{% init groups = [] %} {% init show_groups = False %} {% init dir_type = "" %} {% init tags = "" %} {% if show_groups %}
目录 {% if _has_login %} {{T("Create")}} {% end %}
{% for item in groups %}
  • {%if item.priority>0%} {%end%} {{item.name}}
  • {% end %}
    {% end %}