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

{{ article.title }}

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