{% for photos in collections.recentPhotos %} {{ forloop.index }} {% endfor %}
{% for post in collections.recentPosts %}

{{ post.data.title }}

{{ post.data.description }}

{{ post.data.date | date: "%a, %d %b %Y" }}

{% endfor %}