{% extends 'base.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
{{ form(form) }}
{% endblock %}