{% extends 'index/base.html' %} {% block title %}{{ tag }} - HonMaple{% endblock %} {% block content %} {% import 'base/link.html' as link %}
{{ tag }}
筛选: {{ g.sortform.display() }} 排序: {{ g.sortform.sort() }} {{ g.sortform.st() }}
作者
回复/查看
最后发表

{% for question in questions %}
{% if question.category == '' %} {{ link.link(question) }} {% else %} [{{ question.category }}] {{ link.link(question) }} {% endif %}
{% endfor %}
{% endblock %}