{% extends 'base.html.twig' %} {% block title %}Association TAM : Accueil{% endblock %} {% block body %}
{% include "front/home/_carousel.html.twig" %} {% include "partials/_left_banner.html.twig" %}
{% for homeSection in homeSections %}
{% if homeSection.title is not empty %}

{{ homeSection.title }}

{% endif %}
{{ homeSection.text|quill_html|raw }}
{% if homeSection.aside is not empty %} {% endif %}
{% endfor %}

Trois piliers

Deux axes fondateurs

15+

Années d'expérience

3000+

Personnes accompagnées

2000+

Ateliers réalisés

10+

Communes couvertes

{% include "partials/_right_banner.html.twig" %}
{% endblock %}