--- layout: "base.njk" --- {%- from "components/collectionList.njk" import collectionList with context -%}
{{ content | safe }} {%- for name, collection in collections -%} {%- if name in ["posts"] -%}

{{name | capitalize }}

{% include "-taglist.njk" %} {{ collectionList(name, limit=5) }} {%- endif -%} {%- endfor -%}