{%- from 'macros/quick_form.html' import quick_form %} {% extends 'base.html' %} {% block body %}

Register

{{ quick_form(form, url_for('auth.register')) }} {% endblock %}