{{ form.hidden_tag() }}
{{ form.name.label }}
{{ form.name(size=32) }}
{{ form.email.label }}
{{ form.email(size=32) }}
{{ form.submit() }}