{% assign contentParts = content | split: "" %} {% if contentParts.size == 1 %} {{ content }} {% else %} {{ contentParts[1] }} {% endif %}