{% extends 'index/base.html' %} {% set title = category | 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=category) }}
{{ panel.header(category) }} {{ panel.body(category) }}
{% else %} {% import 'forums/panel.html' as panel %} {{ panel.ol(category) }}
{{ panel.header(category) }} {{ panel.body(category) }}
{%- endif %} {% import 'forums/sort_js.html' as sort %} {{ sort.sort(category) }} {% include 'base/view.html' %}
{% endblock %}