-
{% for post in page.posts.toArray() %}
-
{{ post.excerpt }}
{% endfor %}
{{ paginator({
prev_text: '',
next_text: '',
escape: false
}) }}