--- layout: page title: Blog pagination: enabled: true per_page: 5 collection: "posts" index_page: "posts.html" ---
{% for post in paginator.posts %}

{{ post.title }}

{{ post.content }}
{% endfor %}