{% include common/sidebar/app_index.html %} {% include note/component/sidebar/note_sidebar.html %} {% include note/card/note_types.html %} {% init category_list = [] %} {% if len(category_list) > 0 %}
{% for t_cat in category_list %} {{t_cat.name}}
{{t_cat.group_count}}
{% end %}
{% end %}