{% extends base %} {% block head %} {% end %} {% block body %} {% include common/script/load_select2.html %} {% init type = "md" %} {% init heading = T("创建笔记") %}
{% include note/component/create_note_header.html %}
{% end %} {% block body_right %} {% include note/component/sidebar/group_list_sidebar.html %} {% end %}