{{ title | safe }}
{{ content | safe }}
{# list all blog pages with the tag in page_for #}
{# TODO: make this into a macro
-
{%- for post in collections[page_for] -%}
- {{ post.data.title }} {%- endfor -%}
--- layout: "base.njk" ---