{% extends "base.html" %} {% block content %} {% if articles %} {% for article in articles_page.object_list %} {% include 'article_infos.html' %}
{{ article.summary }} read more
{% endfor %} {% if articles_page.has_other_pages() %} {% include 'pagination.html' %} {% endif %} {% else %} No articles. {% endif %} {% endblock content %}