{% block body %}
{% include 'header.html.twig' %}
{% block main_content %} toto {% endblock %}
{% include 'footer.html.twig' %}
{% endblock %}