{% extends 'index/base.html' %} {% set title = g.tag_url | chname %} {% block title %}{{ title }}- 河海大学论坛{% endblock %} {% block content %} {% if g.campus_url == 'hhu' or g.campus_url == 'hhuc' %} {% import 'campus/panel.html' as panel %} {{ panel.ol(category=g.class_url) }} {% else %} {% import 'base/panel.html' as panel %} {{ panel.ol() }} {% endif %} {% if g.tag_url == 'notice' or g.tag_url == 'develop' %} {% else %} 发帖 {% endif %} {% include 'tags/tags_sort_js.html' %} {% include 'base/view.html' %}
{% endblock %}