{% extends base.html %} {% block body %}

{{T("话题")}}

{% for rule in rules %}
{{rule.content}} 删除
{% end %}
{% end %}