{# This is a hidden form that will be submitted by the button below.#}

About

{{ form.text.value }}

{% for error in form.text.errors %}

{{ error|escape }}

{% endfor %}
{# prevent button from taking full width with this div #}