{% extends "base.html" %} {% block title %}Login ⋅ {% endblock title %} {% block content %}
{% if error %}

{{ error }}

{% endif %}
{% endblock content %}