{% extends base %} {% block body_left %} {% init parent_link = None %} {% init title_link = None %} {% init type = "ctime" %} {% init base_path = "/note/timeline" %} {% init key = "" %} {% init show_old_create = False %} {% init show_create_btn = False %} {% init show_recent_btn = False %} {% init show_back_btn = False %} {% init show_group_btn = False %}
{{title}}
{% if show_old_create %} {% include note/component/timeline/timeline_create_option.html %} {% end %} {% if show_create_btn %} 新建笔记 {% end %} {% if show_group_btn %} 笔记本 {% end %} {% if show_recent_btn %} 最新笔记 {% end %} {% if type == "default" %} {% include note/component/option/group_option.html %} {% elif type == "public" %} {% include note/component/share_dialog.html %} {% end %} {% if show_back_btn %} {% include common/button/back_button.html %} {% end %}
{% if len(pathlist) > 1 %}
{% include note/component/note_path.html %}
{% end %} {% include note/component/timeline/timeline_body.html %} {% end %} {% block body_right %} {% include note/component/sidebar/group_list_sidebar.html %} {% end %}