{% extends 'index/base.html' %} {% block content %} {% include 'tags/question_js.html' %} {% if g.campus_url == 'hhu' or g.campus_url == 'hhuc' %} {% import 'campus/panel.html' as panel %} {{ panel.ol(category=g.class_url,content='发帖') }} {% else %} {% import 'base/panel.html' as panel %} {{ panel.ol('发帖') }} {% endif %}