{% extends '@App/base.html.twig' %} {% block body %}
{{ message }} {{ form_start(form) }} {{ form_widget(form) }} {{ form_end(form) }}
{% endblock %}