{% extends 'index/base.html' %} {% block title %}社区主页 - 河海大学论坛{% endblock %} {% block content %} {% import 'base/link.html' as link %}
所有标签
{% for tag in tags %} {{ link.tag(tag[0]) }} {% endfor %}
{% endblock %}