{% init show_sidebar_group_entry = True %} {% init show_sidebar_note_brothers = False %} {% if show_sidebar_group_entry %} {% init special_groups = xutils.call("page.list_special_groups") %}
{% for item in special_groups %} {% if item.priority>0 %} {% end %} {{item.name}}
{{item.size}}
{% end %}
{% end %} {% if _has_login and show_sidebar_note_brothers and file.creator == _user_name %}
笔记本目录
{% for item in xutils.call("note.list_by_parent", _user_name, file.parent_id, orderby = "db") %} {% if item.priority>0 %}置顶{% end %} {{item.name}} {% end %}
{% end %}