{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load highlight %} {% load thumb %} {{ site_name }} - {{ identity.display_name }} 的标签 {% include "common_libs.html" %} {% include "_header.html" %}
{% trans '全部标签' %}
{% for v in tags %} {{ v.title }} ({{ v.total }}) {% empty %} {% trans '暂无标签' %} {% endfor %}
{% include "_sidebar.html" with show_profile=1 %}
{% include "_footer.html" %}