{% extends 'base.html.twig' %} {% block title %}{{ 'home-page-title' | trans ( [], 'home' , langue ) }}{% endblock %} {% block stylesheets %} {% endblock %} {% block body %} {# Presentation Boris #}
{{ include('components/home/presentation.html.twig') }}
{# Presentation b-world #}
{{ include('components/home/bworld.html.twig') }}
{# Citation *** Quote #}
{{ include('components/home/quote.html.twig') }}
{# Formulaire contact *** Contact form #}
{{ include('components/home/contact_form.html.twig') }}
{% endblock %}