{% extends "base.html.twig" %} {% block body %}
{{ form_widget(form) }} {# Note: ensure the submit name does not conflict with the form's name or it may clobber field data #}
{% endblock %}