{% extends 'base.html.twig' %}
{% block stylesheets %}
{{ parent() }}
<!-- <link rel="stylesheet" href="{{ asset('build/css/homepage.css') }}"> -->
{% endblock %}
{% block content %}
<!-- Section Carousel -->
{% include "home/carousel.html.twig" %}
<!-- Section Nos séances -->
{% include "home/seance.html.twig" %}
<!-- Section Avis / Partenaires -->
{% include "home/avis.html.twig" %}
{% endblock %}
{% block javascripts %}
{{ parent() }}
{{ encore_entry_script_tags('sliderJs', null, 'studio_build') }}
{% endblock %}