{% extends base %} {% block body_left %} {% init notes = [] %} {% init show_pagination = False %} {% init parent_id = 0 %} {% init show_back = True %} {% init show_create_option = True %} {% init show_path = True %}
{{title}}
{% 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 %}