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

  1. {% endfor %}
{% include 'pagination.html' %}
{% endblock content %}