{% extends "base.html" %} {% block content_title %}{% endblock %} {%- block content %}
{% if articles %} {% for article in (articles_page.object_list if articles_page else articles) %}
{% include "article_infos.html" %}

{{ article.title }}

{{ article.summary }} more ...

{% endfor %} {% endif %}
{% if articles_page and articles_paginator.num_pages > 1 %} {# {% else %} {% if PAGES %}

Pages

{% endif %} #} {% endif %}
{% endblock content %}