{% init html_title = None %} {% init _user_name = None %} {% init _user_id = 0 %} {% init FONT_SCALE = 100 %} {% init show_menu = True %} {% init show_aside = False %} {% init show_search = True %} {% import xconfig %} {% if FONT_SCALE == 80 %} {% elif FONT_SCALE == 120 %} {% else %} {% end %} {{xconfig.WebConfig.ui_title_prefix}}{%if html_title%} | {{T(html_title)}}{%end%} {% if xconfig.WebConfig.record_location %} {% end %} {# 自定义的样式 #} {% if xconfig.USER_CSS != None %} {% end %} {# 自定义脚本 #} {% if xconfig.USER_JS != None %} {% end %} {% include common/layout/base_layout.html %} {% block head %} {% end %}