{% 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 "common/pagination.html" %}
{% else %}