{% extends "layout.html" %} {% block title %}{% trans tag=tag.name|e %}Show “{{ tag }}”{% endtrans %}{% endblock %} {% from "_entry.html" import render_entry %} {% block contents %}
{{ _('No public posts found') }}
{%- endfor %} {%- if pagination.necessary %}