{% include "display_errors.html" %}
{{ form.hidden_tag() }}

{{ form.name.label }}
{{ form.name }}

{{ form.submit }}