{% if show_alias %}
{% 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 %}
{% for note_meta in note_meta_list %}
{{note_meta.meta_name}}
{{note_meta.meta_value}}
{% end %}
{% end %}
{% if show_meta_manage %}
{% include note/page/meta/note_meta_manage.html %}
{% end %}
{% if show_relation %}
{% include note/page/note_relation.html %}
{% end %}