{% extends "_layout.html.j2" %} {%- block head -%} {%- endblock -%} {%- block title -%} Log in {%- endblock -%} {%- block content -%}
{% match body %} {% when LoginBody::Unauthenticated { server_name, registration_available } %}

{% if has_next %} Log in to continue {% else %} Log in to Matrix {% endif %} Matrix logo

You're about to log in to your account on {{ server_name }}


{% when LoginBody::Authenticated { user_card } %}

Confirm your identity

{{ user_card }}

Enter your password to continue.

{% endmatch %} {% if let Some(error) = login_error %} {{ error }} {% endif %}
{%- endblock -%}