{% if article.image and not loop.index % 2 %} {% endif %} {% if article.image %} {% else %} {% endif %} {{ article.title }} {% if DISPLAY_ARTICLE_INFO_ON_INDEX %} {% include "includes/article_info.html" %} {% endif %} {{ article.summary }} {% include 'includes/comment_count.html' %} {{ _('more') }} ... {% if article.image and loop.index % 2 %} {% endif %} {% endfor %} {% endif %} {% include 'includes/pagination.html' %} {% endblock content %}