{% init can_edit = False %} {% init edit_token = "" %} {% init show_draft_edit = False %} {% init show_content = True %} {% set-global markdown_content = file.content %} {% include common/script/load_markdown.html %}
{% include "note/component/view_header.html" %}
{% include note/component/note_path.html %}
全部 关系 评论
{% if len(note_alias_list) > 0 %}
{% include note/component/view_header_alias.html %}
{% end %} {% if show_tag %}
{% include note/component/view_header_tag.html %}
{% end %} {% if show_relation_row %} {% include note/page/note_relation_row.html %} {% end %} {% if show_relation %} {% include note/page/note_relation.html %} {% end %} {% if show_draft_edit %}
发现未提交的草稿 前往编辑
{% end %} {% if show_content %}
{% if file.content == "" %} {% include common/text/empty_text.html %} {% end %}
{% end %}