--- 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] %} {% if tag === "posts" %} {% include "-taglist.njk" %} {% endif %} {{ collectionList(tag) }} {% endif %}