{% include '_includes/qr_code.html' %} {% if index %}

{{ article.title|striptags }}

{% else %}

{{ article.title|striptags }}

{% endif %}

{% include '_includes/article_time.html' %} {% include '_includes/article_stats.html' %}

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