{% extends base %}
{% block head %}
{% include note/component/view_css.html %}
{% include note/component/script/all_script.html %}
{% end %}
{% block body_left %}
{% include note/component/editor/editor_default_vars.html %}
{% include note/component/header/group_detail_header.html %}
{% include note/page/detail/group_detail_body.html %}
{% include note/component/note_ext_info.html %}
{% end %}
{% block body_right %}
{% include note/component/sidebar/group_sidebar.html %}
{% end %}
{% block aside %}
{% include note/component/mod_aside.html %}
{% end %}