{% extends "layouts/main.html" %} {% block main %}

{% if Errors %}
{% endif %} {% if Sections %}
{% for Section in Sections %}
{{ Section.Name }}
{% endfor %}
{% else %}
Pas de section pour le moment
{% endif %}
{% endblock %}