{% include "meta.html" %} {% include "header.html" %}

{{data.topic.title}}

{{data.topic.category_name}} · {{data.topic.user_name}} {{data.topic.create_time}} 发布 {% if data.topic.update_time and data.topic.update_time != "0000-00-00 00:00:00" %} · {{data.topic.update_time}} 更新 {% endif %} {% if data.topic.last_reply_id != 0 %} · 最后由 {{data.topic.last_reply_name}} {{data.topic.last_reply_time}} 回复 {% endif %} · {{data.topic.view_num}}次阅读   {%if data.is_self %}   {% endif %}
{{data.topic.content}}
{% include "footer.html" %}