{% extends "base.html" %} {% block content %}
{% for page in hidden_pages %} {{ page.content }} {% endfor %}
{% if articles %} {% for article in articles_page.object_list %}

{{ article.title }}

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