{% extends base %} {% block head %} {% end %} {% block body %} {% from xutils import dateutil %}
我的笔记
新建 {% if show_back == "true" %} {% include common/button/back_button.html %} {% else %} 工具 {% end %}
{% include note/card/note_date_picker.html %}
{% for date, children in notes_by_date %}
{{date}}
{% for note_temp in children %} {% if note_temp.priority>0 %} {% end %} {{note_temp.name}}
{{note_temp.badge_info}}
{% end %} {% end %}
{% end %} {% block aside %} {% include note/component/mod_aside.html %} {% end %}