{# Copyright 2025 New Vector Ltd. SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial Please see LICENSE files in the repository root for full details. -#} {% extends "base.html" %} {% block content %}
{{ icon.leave() }}

{{ _("mas.account.logged_out.heading") }}

{{ _("mas.account.logged_out.description") }}

{{ logout.button(text=_("action.sign_out"), csrf_token=csrf_token) }}
{% endblock %}