{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block content %}
{% block content_title %} {% endblock %} {% if articles_page.has_other_pages() %} {% include 'pagination.html' %} {% endif %}

{% endblock content %}