private\Template.twig line 1
{% extends '/base.twig' %}
{% block title %}
VACAF, des vacances pour tous
{% endblock %}
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% for link in encore_css %}
{{ encore_entry_link_tags(link) }}
{% endfor %}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% for script in encore_js %}
{{ encore_entry_script_tags(script) }}
{% endfor %}
{% endblock %}
{% block body %}
{% include 'home/actualites.twig' %}
{% include 'home/home.twig' %}
{% include 'home/counters.twig' %}
{% endblock %}