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

Login

{{ wtf.quick_form(form) }}

Click here to reset your password.
{% endblock %}