{% extends "base.html" %} {% import "macros/views.html" as macros with context%} {% if (not _is_login_path ) and is_auth_enabled %} {% set current_user = (request | get_admin_user) %} {% endif %} {% block body %}
{% block sidebar %} {% endblock %} {% block navbar %} {% if current_user or i18n_config.language_switcher%} {% endif %} {% endblock %}
{% block content %}{% endblock %}
{% endblock %}