{% extends "_layout.html.j2" %} {%- block head -%} {%- endblock -%} {%- block title -%} Log in {%- endblock -%} {%- block content -%}
You're about to log in to your account on {{ server_name }}
Enter your password to continue.
{% endmatch %} {% if let Some(error) = login_error %} {{ error }} {% endif %}