{% include "_messages.html" %} {% include "_nav.html" %}
{{ form.hidden_tag() }} {{ form.email.label }} {{ form.email }}
{{ form.next }} {{ form.submit }}

{{ content }}