{% extends 'base.html' %} {% import '_wtfhelpers.html' as wtf %} {% block content %}

Login

{{ wtf.quick_form(login_user_form, field_order=['email'], button_map={'submit': 'primary'}) }} {% endblock %}