{% extends '@probundle/probundle/base.html.twig' %}
{% block stylesheets %}
{{ parent() }}
{{ encore_entry_link_tags('pro_carousel', null, 'pro_build') }}
{{ encore_entry_link_tags('pro_services', null, 'pro_build') }}
{{ encore_entry_link_tags('parc_howToWork', null, 'parc_build') }}
{% endblock %}
{% block content %}
<!-- Section Carousel -->
{% include "@probundle/probundle/home/carousel.html.twig" %}
<!-- Section Savoir Faire -->
{% include "@probundle/probundle/home/nosServices.html.twig" %}
<!-- Section Package -->
{% include "@probundle/probundle/home/package.html.twig" %}
<!-- Section Photographie corporate ? -->
{% include "@probundle/probundle/home/howToWork.html.twig" %}
<!-- Section Nos Préstations de photographie ? -->
{% include "@probundle/probundle/home/nosPrestationsPhoto.html.twig" %}
<!-- Section Nos Préstations de création de site internet ? -->
{% include "@probundle/probundle/home/nosPrestationsWeb.html.twig" %}
<!-- Section Contact -->
{% include "@probundle/probundle/home/contactUs.html.twig" %}
{% endblock %}
{% block javascripts %}
{{ parent() }}
{% endblock %}