{% extends base %} {% block body_left %} {% 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 %}
{% if category == "search" %} {% include settings/component/search_settings.html %} {% elif category == "admin" %} {% include settings/component/admin_settings.html %} {% else %} {% include settings/component/note_settings.html %} {% end %}
{% end %} {% block body_right %} {% include settings/component/settings_sidebar.html %} {% end %}