{% extends "base.html" %} {% block content_title %}{% endblock %} {% block content %} {% if articles %} {% for article in articles %} {% if loop.index == 1 %} {% if loop.length > 1 %} Autres articles {% endif %} {% else %} {{ article.title }} {{ article.summary }} Lire la suite... {% endif %} {% endfor %} {% else %} Pages {% for page in PAGES %} {{ page.title }} {% endfor %} {% endif %} {% endblock content %}