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