{% extends "base.html" %} {% block content %}
{% block content_title %} {% endblock %} {% if articles_page.has_other_pages() %} {% include 'pagination.html' %} {% endif %}
{% for article in articles_page.object_list %}
{{ article.content }}

{% endfor %}
{% endblock content %}