{% extends base %} {% block head %} {% include note/component/view_css.html %} {% end %} {% block body_left %} {% include note/component/editor/editor_default_vars.html %} {% init show_tags = False %} {% init show_checklist_search = False %} {% init note_detail_tab = None %} {% init show_comment = True %}
{% include note/component/view_header.html %}
{% include note/component/note_path.html %}
{% if note_detail_tab %}
{% render note_detail_tab %}
{% end %} {% include note/page/meta/note_meta.html %} {% set-global comment_btn_text = T("添加清单项") %} {% set-global comment_placeholder = T("请输入清单项...") %} {% set-global comment_empty_text = T("暂无清单项~") %} {% set-global show_comment_edit = True %} {% set-global comment_create_type = "list_item" %} {% if show_checklist_search %}
搜索 {{key}}
重置搜索 全站搜索
{% end %} {% if show_comment %} {% include note/page/comment/comment.html %} {# 文章信息 #} {% include note/component/note_ext_info.html %} {# 分页 #} {% if show_pagination and "page" in globals() %}
{% include mod_pagenation.html %}
{% end %} {% end %} {% include note/component/script/delete_script.html %} {% include note/component/script/rename_script.html %} {% end %} {% block body_right %}
{% init show_sidebar_group_entry = False %} {% init show_sidebar_note_brothers = True %} {% include note/component/sidebar/note_sidebar.html %}
{% end %}