{% import "bootstrap/wtf.html" as wtf %} {%- extends "base.html" %} {% block content %}

Signup for our awesome service

Note: Your data isn't going anywhere.

{% if request.args.get('legacy') -%} {{wtf.quick_form(form, novalidate=True)}} {%- else -%} {{form|render_form()}} {%- endif %}
{%- endblock %}