{# #}
{% init file = Storage(id = "0") %}
{% init show_create = True %}
{% init parent_id = 0 %}
{% if type in CREATE_BTN_TEXT_DICT.keys() %}
{{CREATE_BTN_TEXT_DICT[type]}}
{% else %}
新建笔记
{% end %}
{% include note/component/script/create_script.html %}