{% extends "base.html" %} {% block content %}
{% block content_title %} {% endblock %} {% for article in articles_page.object_list %}

{{ article.title }}

{{ article.locale_date }}
By {% for author in article.authors %} {{ author }} {% endfor %}
{{ article.summary }}
{% endfor %} {% include 'pagination.html' %}
{% endblock content %}