{% extends "layout/default.html" %} {% block title%}Posts from {{ year }}{% endblock %} {% block content -%}

Posts from {{ year }}

{% for post in posts %} {% include "includes/article-listing.html" %} {% endfor %} {% include "includes/pagination.html" %} {%- endblock %}