templates/front/index.html.twig line 1

  1. {% extends 'front_layout.html.twig' %}
  2. {% block title %}Accueil{% endblock %}
  3. {% block body %}
  4. {% include 'front/includes/_homeHero.html.twig' %}
  5. {% include 'front/includes/_homePoles.html.twig' %}
  6. {% include 'front/includes/_homeRechercheFormation.html.twig' %}
  7. {% include 'front/includes/_homeParalax.html.twig' %}
  8. {% include 'front/includes/_homeChiffres.html.twig' %}
  9. {% include 'front/includes/_homeActus.html.twig' %}
  10. {% include 'front/includes/_homeAnnonces.html.twig' %}
  11. {% endblock %}