{% extends '@parcBundle/base.html.twig' %}
{% block stylesheets %}
{{ parent() }}
{{ encore_entry_link_tags('carousel', null, 'parc_build') }}
{{ encore_entry_link_tags('parc_howToWork', null, 'parc_build') }}
{% endblock %}
{% block content %}
<!-- Section Carousel -->
{% include "@parcBundle/home/carousel.html.twig" %}
<!-- Section Comment travaillons-nous ? -->
{% include "@parcBundle/home/howToWork.html.twig" %}
<!-- Section Nos valeurs -->
{% include "@parcBundle/home/nosValeurs.html.twig" %}
<!-- Section Nos Déchets -->
{% include "@parcBundle/home/dechets.html.twig" %}
<!-- Section Nous contacter -->
{% include "@parcBundle/home/contactUs.html.twig" %}
{% endblock %}
{% block javascripts %}
{{ parent() }}
{% endblock %}