--- layout: "base.njk" eleventyComputed: title: "{{ page.fileSlug | capitalize }}" --- {%- from "components/collectionList.njk" import collectionList with context -%}
{{ content | safe }}
{% set tag = page.fileSlug %} {% if collections[tag] %} {{ collectionList(tag) }} {% endif %}