--- layout: compress --- {% include head.html %} {% include header.html %}

{{ page.title }}

{% for post in paginator.posts %} {% include post-card.html %} {% endfor %}
{% include pagination.html %}
{% include footer.html %}