{% extends "base.html" %} {% block content_title %} {% endblock %} {% block content %} {% for article in articles_page.object_list %} {% include 'post.html' %} {% endfor %} {% include 'pagination.html' %} {% endblock content %}