{% extends 'base.html.twig' %}
{% block title %}Accueil{% endblock %}
{% block body %}
{% include 'home/components/_hero.html.twig' %}
{% include 'home/components/_articles.html.twig' %}
{% if events|length > 0 %}{% include 'home/components/_events.html.twig' %}{% endif %}
{% include 'home/components/_map.html.twig' %}
{% include 'home/components/_partners.html.twig' %}
{% endblock %}