Liste des publications
-
{% for article in articles_page.object_list %}
-
{{ article.title }}
Catégorie : {% if article.category %}#{{ article.category }} {% endif %}
{{ article.summary }}
{% endfor %}
{% extends "base.html" %} {% block title %}Accueil - {{ SITENAME }}{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block header %} {{ super() }}
{{ MOTTO }}
{% endblock %} {% block content %}Catégorie : {% if article.category %}#{{ article.category }} {% endif %}
{{ article.summary }}