{% extends "base.html" %} {% block content %} {% include "header.html" %}
    {% for article in articles_page.object_list %}
  1. {{ article.title }}

    {{ article.locale_date }}
    {{ article.summary }}
  2. {% endfor %}
{% include 'pagination.html' %} {% endblock content %}