{% load i18n static %} {% load simpletags %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {{ site_title }} {% if "SIMPLEUI_STATIC_OFFLINE"|get_config %} {% else %} {% endif %} {% block head %} {% endblock %} {% verbatim dynamicCss %} {% endverbatim dynamicCss %} {% autoescape off %} {% menus %} {% endautoescape %}
{% block logo %}
{% if "SIMPLEUI_LOGO"|get_config %} {% else %} {% endif %}
{{ site_header }}
{% endblock %}
{% verbatim myclode %} {{ menus[0].name }} {% endverbatim myclode %}
{% verbatim mycode %} {% endverbatim mycode %} {{ user }} {% verbatim mycode %} {{ language.change_password }} {{ language.logout }} {% endverbatim mycode %}
{% home_page %} {% if home %} {{ title }} {% else %} {% endif %}
{% if home %} {% else %} {% include './home.html' %} {% endif %}
{% if "SIMPLEUI_LOADING"|get_config != False %}
loading...
{% endif %}
{% if "SIMPLEUI_STATIC_OFFLINE"|get_config %} {% else %} {% endif %} {% load_analysis %} {% block script %} {# 预留脚本block 可以实现基础该页面,添加自定义脚本#} {% endblock %}