templates/page/home.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block main %}   
  3.             {{ include('_sectionTarif.html.twig') }}
  4.             {{ include('_sectionAbout.html.twig') }}
  5.             {{ include('_sectionTemoignage.html.twig') }}
  6.              {{ include('_sectionGalery.html.twig') }}
  7. {% endblock %}
  8. {% block javascript %}
  9.     {{ parent() }}
  10. {% endblock %}