{% if include.truncate %} {% if page.content contains '' %} {{ page.content | split:'' | first }} {% else %} {{ page.content }} {% endif %} {% else %} {{ content }} {% endif %}