--- section: writing pagination: data: collections.posts size: 10 alias: posts --- {% include "components/head.njk" %} {% include "components/header-writing.njk" %}
{# TODO add layout content? #}
{% for post in posts %} {% include "components/single-post.njk" %} {% endfor %}
{% include "components/footer.njk" %}