{% extends "base.html" %} {% block page_title %}{{ year }}-{{ month }} ยท {{ config.title | default("bckt") }}{% endblock page_title %} {% block content %} {{ year }}-{{ month }} {% if posts %} {% for post in posts %} {% include "partials/summary-default.html" %} {% endfor %} {% else %} No posts yet. {% endif %} {% endblock content %}
No posts yet.