{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load mastodon %} {% load thumb %} {{ site_name }} - {{ identity.display_name }} - {% trans "Tags" %} {% include "common_libs.html" %} {% include "_header.html" %}
{% trans 'All Tags' %}
{% for v in tags %} {% if v.pinned %} {% endif %} {% if v.visibility > 0 %} {% endif %} {{ v.title }} ({{ v.total }}) {% empty %} {% trans 'no tags so far.' %} {% endfor %}
{% include "_sidebar.html" with show_profile=1 %}
{% include "_footer.html" %}