{% extends 'layout.html' %} {% block title %}Archive | {{ site.title }}{% endblock %} {% block content %}
{% for post in posts %}
{{ post.title }}
Published on {{ post.date.strftime(date_format) }}
{% endfor %}
{% endblock %}