{% extends base %} {% block head %} {% end %} {% block body %} {% from xutils import dateutil %}
日期
上个月 下个月 索引
{% if len(notes) > 0 %}
{% for note in notes %} {% end %}
标题 项目 时间
{{note.name}} {% if str(note.parent_id) != "0" %} {{note.parent_name}} {% end %} {{dateutil.format_mmdd(note.ctime)}}
{% end %} {% end %} {% block aside %} {% include note/component/mod_aside.html %} {% end %}