{% extends "base.html" %} {% block title %}{% endblock %} {% block content %}

Toutes les brèves

{% for article in object_list %} {% include "inc/article-tile.html" %} {% endfor %} {% endblock %}