{% extends base %} {% block body_left %} {% include common/script/load_select2.html %} {% include system/component/system_css.html %} {% import web %}
{{html_title}}
{% if show_admin_btn %} 后台管理 {% end %} {% if show_back_btn %} {% include common/button/back_button.html %} {% end %}
{% include settings/page/settings_tab.html %}
{% if category == "search" %} {% include settings/page/settings_search.html %} {% elif category == "admin" %} {% include settings/page/settings_admin.html %} {% else %} {% include settings/page/settings_note.html %} {% end %}
{% end %} {% block body_right %} {% include settings/page/settings_sidebar.html %} {% end %}