{% extends "base.html" %} {% block breadcrumbs %} {% if DISPLAY_BREADCRUMBS %} {% endif %} {% endblock %} {% block content %} {% if articles %} {% for article in (articles_page.object_list if articles_page else articles) %}

{{ article.title }}

{%- if article.image %}
{{ article.title|striptags }}
{% elif CATEGORY_IMAGES and article.category in CATEGORY_IMAGES %}
{{ article.category|striptags }}
{% else %}
{% endif -%} {{- article.summary -}} {% include 'includes/comment_count.html' %}

{% endfor %} {% endif %} {% include 'includes/pagination.html' %} {% endblock content %}