{% include "meta.html" %} {% include "header.html" %}
关于 {{q}} 的搜索结果, 共 {{total_count}} 条
{% if total_count == 0 %}
没有搜索到任何有关 “{{q}}” 的内容
{% endif %} {% for user in useritems %} {% include "search/search_user.html" %} {% endfor %} {% for topic in topicitems %} {% include "search/search_topic.html" %} {% endfor %}
{% include "footer.html" %}