{% init note_meta_list = [] %} {% init show_alias = False %} {% init show_tag = False %} {% init show_relation_row = False %} {% init show_relation = False %} {% if show_alias or show_tag or show_relation_row %}
{% 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 %}