{% extends "base.html" %} {% block pageheader %}
{% endblock %} {% block content %} {% block content_title %} {% endblock %} {% set cnt = 0 %} {% for article in articles_page.object_list %}
{{ article.locale_date}}

{{ article.title }}

{{ article.summary }}

{% endfor %}
{% if articles_page.has_other_pages() %}
{% include 'pagination.html' %}
{% endif %} {% endblock content %}