{% extends base.html %} {% block body_left %} {% init show_note_path = True %} {% init note_tags = dict() %} {% include note/component/script/create_script.html %} {% include note/component/script/tag_script.html %} {% include note/component/script/note_template.html %} {% include note/component/script/group_select_script.html %}
笔记本管理
{% include common/button/back_button.html %}
{% include note/component/script/rename_script.html %} {% end %} {% block body_right %} {% include note/component/sidebar/group_manage_sidebar.html %} {% end %}