--- layout: "base.njk" eleventyComputed: tag: "{{ page.fileSlug }}" title: "{{ tag | capitalize }}" rssUrl: " {%- if tag != 'music' -%} /feeds/{{tag}}.xml {%- endif -%} " --- {%- from "components/collectionList.njk" import collectionList with context -%}
{{ content | safe }}
{% if collections[tag] %} {% if tag === "posts" %} {% include "-taglist.njk" %} {% endif %} {{ collectionList(tag) }} {% endif %}