{% from "_forms.html" import quickform, parsefield %} {% extends "layout.html" %} {% block content %}

Account

{{ quickform(form) }} {% endblock %}