--- layout: default --- {{ content }}
{% include pagination.html %}
{% for post in paginator.posts %}
{% include post-card.html %}
{% endfor %}
{% include pagination.html %}