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

posts tagged {{ tag }}

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

No posts for this tag.

{% endif %} {% if pagination.prev or pagination.next %} {% endif %}
{% endblock content %}