{% extends base %} {% block body_left %} {% init show_back = True %} {% init created_notes = [] %} {% init sticky_position = "left" %} {% init get_tag_name_by_code = xutils.get_func_by_name("note_tag.get_name_by_code") %}
月度计划
笔记日历 {% if show_back %} {% include common/button/back_button.html %} {% end %}
{% include common/date/month_picker.html %}
关注
{% for item in record.notes %} {{item.name}} {% include note/component/note_list_item_tags.html %}
{% end %}
创建 更新
{% 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 %}