{% init fixed_notes = [ Storage(name = "年度计划", size = "", icon = "", url = "/note/plan?date=2021"), Storage(name = "月度计划", size = "", icon = "", url = "/note/plan?date=2021-04"), ] %}
待办
{% for item in fixed_notes %} {% if hasattr(item, "hide") and item.hide %} {% continue %} {% end %} {{item.name}}
{{item.size}}
{% end %}