{% extends base.html %} {% block head %} {% include note/component/css/edit_css.html %} {% end %} {% block body_left %} {% init error = "" %} {% init download_csv = False %} {% init edit_token = "" %}
{{error}}
{{file.id}}
文档编辑器 - {{file.name}}
{% include common/button/back_button.html %}
自动保存草稿成功
{% end %} {% block body_right %} {% include note/component/sidebar/markdown_edit_sidebar.html %} {% end %}