{% for post in page.pagination.items %}
{% include 'post-header' with { page: post, title_tag: 'h2' } %}
{% if post.blocks.excerpt %}
{{ post.blocks.excerpt|raw }}
{% endif %}
Read more →
{% endfor %}
{% if page.pagination.previous_page or page.pagination.next_page %}
{% endif %}
{% endblock %}