{% extends "base.html" %} {% from "macros/title.html" import title_tag with context %} {% from "macros/icon.html" import icon with context %} {% block title %} {{ title_tag('Log in', False) }} {% endblock %} {% block heading %}

Log in

{% endblock %} {% block content %} {% if error %}

Error: {{ error }}

{% endif %}

Don’t have an account? Register.

{% endblock %}