{% extends 'base.html' %} {% block page_title %}Login{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block page %}
{{ wtf.quick_form(form, button_map={'submit':'primary'}) }}
{% endblock %}