{% extends 'base.html.twig' %}
{% block stylesheets %}
{{ parent() }}
{{ encore_entry_link_tags('carousel', null, 'parc_build') }}
{{ encore_entry_link_tags('parc_howToWork', null, 'parc_build') }}
{{ encore_entry_link_tags('parc_dechets', null, 'parc_build') }}
{% endblock %}
{% block content %}
<!-- Section Carousel -->
{% include "home/carousel.html.twig" %}
<!-- Section Nos Valeurs -->
{% include "home/howToWork.html.twig" %}
<!-- Section déchets -->
{% include "home/dechets.html.twig" %}
<!-- Section retirge -->
{% include "retirage/index.html.twig" %}
{% endblock %}
{% block javascripts %}
{{ parent() }}
{% endblock %}