{% extends base %} {% block body_left %} {% init ext_groups = None %} {% init show_sort = True %} {% include note/component/view_css.html %}
{{title}}
管理笔记本 工具 {% if show_back %} {% include common/button/back_button.html %} {% end %}
{% include note/component/script/create_script.html %}
{% if _is_mobile %} {% include note/page/group_list_nav_mobile.html %} {% else %} {% include note/page/group_list_nav_desktop.html %} {% end %} {% if show_sort %}
{% include note/component/sort/note_sort_tab.html %}
{% end %} {% set files = groups %} {% include note/component/note_list_component.html %} {% end %} {% block body_right %} {% include note/component/sidebar/group_list_sidebar.html %} {% end %}