{% 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) }}