{% init can_edit = False %} {% init edit_token = "" %} {% init show_draft_edit = False %}
{% include "note/component/view_header.html" %}
{% include note/component/note_path.html %}
{% include note/component/view_header_tag.html %}
{% if show_draft_edit %}
发现未提交的草稿 前往编辑
{% end %}
{% if file.content == "" %} {% include common/text/empty_text.html %} {% end %}