{% extends "base.html"%} {% set title = "Login" %} {% block content %}

TODO:

Login

{% if error %}

{{ error }}

{% endif %}
Username:

Passwort:

{% endblock %}