{% extends "page.html" %}
{%- block page_layout -%}
sidebar-end
{%- endblock %}
{% block subtitle -%}
{{ ui.subtitle_item(_('Login')) }}
{%- endblock %}
{%- block page_heading -%}
{{ _("Login") }}
{%- endblock %}
{%- block primary_content_inner -%}
{%- call ui.util.call(ui.section, title=self.page_heading(), level=1) -%}
{% block form %}
{% include "user/snippets/login_form.html" %}
{% endblock %}
{%- endcall %}
{%- endblock %}