---
layout: default
title: Archive
use: [posts]
---
{% block page_title_wrapper %}
{% block page_title %}{{ page.title }}{% endblock %}
{% endblock %}
{% block content %}
{% for post in data.posts %}
{% include 'blog/post-summary' with {
show_date: true,
} %}
{% endfor %}
{% endblock %}
{% block scripts %}
{% endblock %}