{% extends "page.html" %} {%- block page_layout -%} sidebar-end {%- endblock %} {% block subtitle %} {{ ui.subtitle_item(_('Logged Out')) }} {{- super() -}} {% endblock %} {% block primary_content_inner %} {%- call ui.util.call(ui.section, title=_('Logged Out'), level=1) -%}

{{ _('You are now logged out.') }}

{{ ui.button(_('Login again'), href=h.url_for('user.login')) }}

{%- endcall %} {% endblock %}