{% extends "main.html" %} {% load http_s %} {% load static %} {% load articles %} {% block title %}Accueil{% endblock title%} {% block head %} {% endblock head %} {% block content %}

Association
des élèves
de l'{{ site_ecole.nom_propre }}

{% if user.is_authenticated %} {% endif %} {% if page_accueil is not None %}
{{ page_accueil.contenu.as_html }}
{% endif %}
{% for article in articles %} {% show_article article %} {% empty %}

Aucun article à afficher.

{% endfor %} Voir plus d'articles
{% endblock content%}