{% extends base %} {% block head %} {% include common/script/load_select2.html %} {% include note/component/view_css.html %} {% include note/component/script/all_script.html %} {% end %} {% block body_left %} {% init url_type = "default" %} {% init parent_id = note.id %} {% init show_timeline_body = False %} {% include note/component/editor/editor_default_vars.html %}
{% include note/component/header/group_detail_header.html %}
{% include note/component/note_path.html %}
{% if show_timeline_body %} {% include note/component/timeline/timeline_body.html %} {% else %} {% include note/page/detail/group_detail_body.html %} {% end %} {% 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 %}