{% extends 'base.html.twig' %} {% block title %}{% if page is defined %}{{ page.title }} | {% endif %}Ensemble pour demain !{% endblock %} {% block body %}

{{ page.title }}

{{ page.content | raw }}
{% include 'home/partials/futureEvents.html.twig' %}

Gardons le contact !

{% endblock %} {% block footer %} {% include 'home/partials/soutiensLogos.html.twig' %} {% endblock %}