{% if show_create_option %}
{{create_text}}
{% end %}
工具
{% if show_back %}
{% include common/button/back_button.html %}
{% end %}
{% include note/component/script/create_script.html %}
{% if show_path %}
{% include note/component/note_path.html %}
{% end %}
{% include note/component/filter/type_filter.html %}
{% set files = notes %}
{% include note/component/note_list_component.html %}
{% if show_pagination %}
{% include base/pagination.html %}
{% end %}
{% end %}
{% block body_right %}
{% include note/component/sidebar/group_list_sidebar.html %}
{% end %}