ProBundle/Resources/views/probundle/home/index.html.twig line 1

Open in your IDE?
  1. {% extends '@probundle/probundle/base.html.twig' %}
  2. {%  block stylesheets  %}
  3.     {{ parent() }}
  4.     {{ encore_entry_link_tags('pro_carousel', null, 'pro_build') }}
  5.     {{ encore_entry_link_tags('pro_services', null, 'pro_build') }}
  6.     {{ encore_entry_link_tags('parc_howToWork', null, 'parc_build') }}
  7. {% endblock %}
  8. {% block content %}
  9.     <!-- Section Carousel -->
  10.     {% include "@probundle/probundle/home/carousel.html.twig" %}
  11.     <!-- Section Savoir Faire -->
  12.     {% include "@probundle/probundle/home/nosServices.html.twig" %}
  13.     <!-- Section Package -->
  14.     {% include "@probundle/probundle/home/package.html.twig" %}
  15.     <!-- Section Photographie corporate ? -->
  16.     {% include "@probundle/probundle/home/howToWork.html.twig" %}
  17.     <!-- Section Nos Préstations de photographie ? -->
  18.     {% include "@probundle/probundle/home/nosPrestationsPhoto.html.twig" %}
  19.     <!-- Section Nos Préstations de création de site internet ? -->
  20.     {% include "@probundle/probundle/home/nosPrestationsWeb.html.twig" %}
  21.     <!-- Section Contact  -->
  22.     {% include "@probundle/probundle/home/contactUs.html.twig" %}
  23. {% endblock %}
  24. {% block javascripts %}
  25.     {{ parent() }}
  26. {% endblock %}