{% set posts = blogPosts.posts %}
{% for post in posts %} {% partial 'blog/post' post=post %} {% endfor %}
{% if posts.lastPage > 1 %} {% endif %}