{% import "macros.htm" as macros %} {% set title = tag.title %} {{ title }} - Tag {{ macros.shared_style() }} {{ macros.body_header() }}

{{ title }}

Notes

{{ tag.notes or "" }}

Properties

{% if tag.super_tag_list | length > 0 %}

Super Tags

{{ macros.tag_table(tag.super_tag_list | sort(attribute="title")) }} {% endif %} {% if tag.sub_tag_list | length > 0 %}

Sub Tags

{{ macros.tag_table(tag.sub_tag_list | sort(attribute="title")) }} {% endif %} {% if tag.collection_list | length > 0 %}

Collections

{% endif %} {% if tag.media_list | length > 0 %}

Elements

{{ macros.media_thumbnail_list( elements=tag_media_list, check_considered=True, link_collection=True, ) }} {% endif %}