{% set asset_base = relative_base | default(value="/.mbr/") %} {% include "_head.html" %} {{title_prefix | default(value="")}}{{ tag_label }}: {{ tag_display_value }}{{title_suffix | default(value="")}} {% if sidebar_style == "single" %}{% endif %} {% include "_nav.html" %}
{{ tag_display_value }}

{{ tag_label }}: {{ tag_display_value }}

{{ page_count }} page{% if page_count != 1 %}s{% endif %} tagged with "{{ tag_display_value }}"

{% if pages %}
{% for page in pages %} {% endfor %}
{% else %}

No pages found with this tag.

{% endif %}
{% include "_footer.html" %} {% include "_scripts.html" %}