{% block title %}{% blocktrans %}Posts with «{{ tag }}» label{% endblocktrans %}{% endblock title %}
{% if page.object_list %}
{% for post in page.object_list %}
{% include 'feedzilla/_post_template.html' %}
{% endfor %}
{% include "pagination.html" %}
{% else %}