{% extends "base.html" %} {% block title %}Log in{% endblock %} {% block content %}

Log in

{% if error %}

{{ error }}

{% endif %}

{% endblock %}