--- layout: "base.njk" rssUrl: "feed.xml" --- {%- from "components/collectionList.njk" import collectionList with context -%}
{{ content | safe }}

Recent posts

{{ collectionList("posts", limit=5) }}