templates/front/index.html.twig line 1
{% extends 'front_layout.html.twig' %}{% block title %}Accueil{% endblock %}{% block body %}{% include 'front/includes/_homeHero.html.twig' %}{% include 'front/includes/_homePoles.html.twig' %}{% include 'front/includes/_homeRechercheFormation.html.twig' %}{% include 'front/includes/_homeParalax.html.twig' %}{% include 'front/includes/_homeChiffres.html.twig' %}{% include 'front/includes/_homeActus.html.twig' %}{% include 'front/includes/_homeAnnonces.html.twig' %}{% endblock %}