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

{{ page.title }}

{% for card in page.cards %}

{{ card.title }}

{% for class in ["horizontal medium hide-on-small-only", "hide-on-med-and-up"] %}
{% if card.img -%}
{{ card.img.alt }}
{%- endif %}

{{ card.header }}

{{ card.text }}
{% for link in card.links %} {{ link.text }} {% endfor %}
{% endfor %}
{% endfor %}

Agenda

{{ macros.event_cards(events|homepage, homepage=True)}}

Actualités

Toutes les actualités
{% endblock content %}