{% extends "base.html" %} {% block page_title %}{{ year }} ยท {{ config.title | default("bckt") }}{% endblock page_title %} {% block content %}

{{ year }}

{% if posts %} {% for post in posts %} {% include "partials/summary-default.html" %} {% endfor %}
{% else %}

No posts yet.

{% endif %}
{% endblock content %}