templates/clientWeb/home.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block javascripts %}
  3.        {{ parent() }}
  4.     {{ encore_entry_script_tags('selectListProfessionnal') }}
  5. {% endblock %}
  6. {% block section %}
  7. <section class="container-fluid p-0">
  8. {% block slider %}
  9.     {% include('clientWeb/slider/slider.html.twig') %}
  10. {% endblock  %}
  11.     
  12. {% block services %}
  13.     {% include('clientWeb/home/services.html.twig') %}
  14. {% endblock  %}    
  15. {# a decommenter quand le système de témoignage après prestation effectuée sera mis en place#}
  16. {# block temoignage #}
  17.     {# include('clientWeb/home/temoignage.html.twig') #}
  18. {# endblock  #}    
  19. {% block pro %}
  20.     {% include('clientWeb/listProfessionnal/pro.html.twig') %}
  21. {% endblock  %}    
  22. {% block communaute %}
  23.     {% include('clientWeb/home/communaute.html.twig') %}
  24. {% endblock  %}    
  25. {% block categories %}
  26.     {% include('clientWeb/listProfessionnal/categories.html.twig') %}
  27. {% endblock  %}    
  28. <section>
  29. {% endblock %}