{% import "bootstrap/utils.html" as utils %} {% import "bootstrap/wtf.html" as wtf %} {% extends "base.html" %} {% block title %}Login{% endblock %} {% block body %}

{{ utils.flashed_messages() }}

Login to your account


{{ wtf.quick_form(form) }}
{% endblock %}