{% if article.title %}

{{ article.title|safe }}

{% endif %} {% if article.type == 'post' %}
{% endif %} {% if is_index and '' in article.content %} {{ article.content.split('')[0]|safe }}

Continue reading

{% else %} {{ article.content|safe }} {% endif %}