---json { "layout": "page.html", "title": "Posts", "eleventyNavigation": { "key": "Posts", "order": 2 } } ---
{% for post in collections.post %}

{{post.title or "p"}}

-

{{description}}

{% endfor %}