{% extends 'base.html' %} {% import 'bootstrap/wtf.html' as wtf %} {% block app_content %}

Sign In

{{ wtf.quick_form(form, button_map={'submit': 'primary'}) }}

New User? Click to Register!

{% endblock %}