{% extends "base.html" %} {% block title %}Sign in - {{ ui.brand_name }}{% endblock %} {% block auth %} {% endblock %} {% block content %}

Sign in to {{ ui.brand_name }}

Authentication required to access this instance.

Sign in

{% match error %} {% when Some with (msg) %}
{{ msg }}
{% when None %} {% endmatch %}
{% endblock %}