--- layout: base title: Blog ---
{% for post in collections.posts %}

{{post.data.title}}

-

{{post.data.description}}

{% endfor %}