{% if index %}

{{ article.title|striptags }}

{% else %}

{{ article.title|striptags }}

{% endif %}
{% if index %}
{{ article.summary }}
{% if article.summary != article.content %} {% endif %} {% else %}
{{ article.content }}
{% endif %}

Article Posted: {% include '_includes/article_time.html' %}