--- pagination: data: collections.postlist size: 12 alias: postsHome reverse: true --- {% include 'head.html' %} {% include 'topbar.html' %}
{{ content | safe }}

{% if page.url != pagination.href.last %} Prev Page{% endif %} - {% if page.url != pagination.href.first %} Next Page{% endif %}