{% load static i18n %} {% if interface and interface.login_title %} {{ interface.login_title }} {% else %} Jumpserver {% endif %} {% if interface and interface.favicon %} {% else %} {% endif %} {% include '_head_css_js.html' %} {% block custom_head_css_js %} {% endblock %}
{% include '_left_side_bar.html' %}
{% include '_header_bar.html' %} {% block help_message %} {% endblock %} {% include '_message.html' %} {% block content %}{% endblock %} {% include '_footer.html' %}
{% include '_foot_js.html' %} {% block custom_foot_js %} {% endblock %}