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