f--- layout: default title: "blog" --- {% include heading.html heading=page.heading %}
{% for post in paginator.posts %}
{% include summary.html post=post %}
{% endfor %}
{% include paginator.html %}