{% extends "layout.html" %} {% import "macros.html" as macros %} {% block page_title %}Tags{% endblock %} {% block main_title %}Tags{% endblock %} {% block body %}
{% for tag, feed_counts, entry_counts in tags %}
{% if tag == true %} any tags {% elif tag == false %} no tags {% else %} {{ tag }} {% endif %}
{% if feed_counts %} {{ feed_counts.total }} {% endif %} feeds {%- if feed_counts %}{% endif -%} , {% if entry_counts %} {{ entry_counts.total }} {% endif %} entries {% if entry_counts %}{% endif %}
{% else %} {% if not error %}

no tags

{% endif %} {% endfor %}
{% endblock %}