{% extends "base.html" %} {% block content %} {% block page_title %}

All Articles

{% endblock %}
{% for article in articles_page.object_list %} {% include "include/article_list.html" %} {% endfor %}
{% include 'pagination.html' %} {% endblock %}