{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %}Flasky - Login{% endblock %} {% block page_content %}
{{ wtf.quick_form(form) }}

Forgot your password? Click here to reset it.

New user? Click here to register.

{% endblock %}