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

{{ article.title }}

{{ article.subtitle }}
{{ article.description }}
Lire la suiteā€¦

{% endfor %} {% endblock content %} {% if articles_page.has_other_pages() %} {% if DEFAULT_PAGINATION %} {% block pagination %} {% set first_page = articles_paginator.page(1) %} {% set last_page = articles_paginator.page(articles_paginator.num_pages) %} {% if articles_paginator.num_pages >1 %} {% endif %} {% endblock %} {% endif %} {% endif %}