{% extends "base.html" %} {% block title %}{{ SITENAME }} - Accueil{% endblock %} {% block content %} {% if articles %} {% for article in (articles_page.object_list if articles_page else articles) %}

{{ article.title }}

{%include 'meta.html'%}
{{ article.summary }}
Lire la suite...
{% endfor %} {% if articles_page %} {% endif%} {% endif %} {% endblock %}