{% extends 'base/base.html' %} {% import 'base/link.html' as link %} {% block content %} {{ breadcrumb(active='所有标签')}}
所有标签
{% if tags %}
{% for tag in tags %} {{ link.tag(tag) }} {% endfor %}
{% else %}
暂无标签
{% endif %}
{{ panel_base.tag_list() }}
{% endblock %}