{% 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 %} {% if pagination.prev %}newer posts{% endif %} {% if pagination.next %}older posts{% endif %} {% endif %} {% endblock content %}
No posts for this tag.