{% extends base %} {% block body_left %} {% init show_back = True %} {% init created_notes = [] %} {% init sticky_position = "left" %}
月度计划
新建笔记 笔记日历 {% if show_back %} {% include common/button/back_button.html %} {% end %}
{% include common/date/month_picker.html %} {% include plan/page/month_plan_stared.html %}
创建 更新
{% set-global files = created_notes %} {% include note/component/note_list_no_card.html %}
{% set-global files = updated_notes %} {% include note/component/note_list_no_card.html %}
{% end %} {% block body_right %} {% include note/component/sidebar/group_list_sidebar.html %} {% end %}