{% extends 'index/base.html' %} {% block title %}河海大学论坛{% endblock %} {% block content %} {% import 'base/link.html' as link %}
学校通知
    {%- for school in schools %}
  • {{ link.question(school) }}
  • {%- endfor -%}
{% set t,g,u = 1 | load_forums_count %}

{{ t }}

主题

{{ g }}

群组

{{ u }}

用户
    {%- for wulwxy in wulwxys %}
  • {{ link.question(wulwxy) }}
  • {%- endfor -%}
    {%- for bs in bss %}
  • {{ link.question(bs) }}
  • {%- endfor -%}
    {%- for jidian in jidians %}
  • {{ link.question(jidian) }}
  • {%- endfor -%}
    {%- for master in masters %}
  • {{ link.question(master) }}
  • {%- endfor -%}
{% endblock %}