{% extends base %} {% block body_left %} {% init ext_groups = None %} {% include note/component/view_css.html %}
{% if _is_mobile %} {% include note/page/group_list_nav_mobile.html %} {% else %} {% include note/page/group_list_nav_desktop.html %} {% end %} {% set files = groups %} {% include note/component/note_list_component.html %} {% end %} {% block body_right %} {% include note/component/sidebar/group_list_sidebar.html %} {% end %}