Back to Jumpserver

{{ INTERFACE.login_title }}

apps/templates/base.html

4.10.16396 B
Original Source

{% load static i18n %}

{{ INTERFACE.login_title }} {% include '_head_css_js.html' %} {% block custom_head_css_js %} {% endblock %}

{% 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 %}