layout: default.txt
---
This is my Index page!

{% for post in collections.posts.pages %}
 <a href="{{post.permalink}}">{{ post.title }}</a>
{% endfor %}
