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