{% extends 'base.html.twig' %} {% block title %} {{titre}} {% endblock %} {% block body %}
{{ form_start(form) }} {{ form_end(form) }}
{% endblock %}