-
{% for post in postsHome %}
{{ post.data.title | safe }}
{% endfor %}
{% if page.url != pagination.href.last %} Prev Page{% endif %} - {% if page.url != pagination.href.first %} Next Page{% endif %}
--- pagination: data: collections.postlist size: 12 alias: postsHome reverse: true ---
{% include 'head.html' %} {% include 'topbar.html' %}{% if page.url != pagination.href.last %} Prev Page{% endif %} - {% if page.url != pagination.href.first %} Next Page{% endif %}