--- layout: default type: blog ---
{% for post in paginator.posts %} {% include post.html post=post %} {% endfor %}
{% if paginator.total_pages > 1 %} {% include pagination.html %} {% endif %}