{% extends base %} {% block head %} {% end %} {% block body %} {% include common/script/load_select2.html %} {% init type = "md" %} {% init heading = T("创建笔记") %} {% init create_btn_text = T("创建") %}
{% set-global title = T("创建笔记") %} {% include common/title/base_title.html %}
{% render create_type_tab %}
{{T("标题")}}
日期
{{T("笔记本")}}
标签
名称检测
{% end %} {% block body_right %} {% include note/component/sidebar/group_list_sidebar.html %} {% end %}