{% extends "base_template.html" %} {% block content %}

Log in

{% if error_message %}

{{ error_message }}

{% endif %}
{% if next_path and next_path != "/" %} {% endif %}
{% endblock %}