{{ info['name'] }}吧
{{ info['desc'] }}
关注: {{ info['member']|intsep }} 主题: {{ info['topic']|intsep }} 帖子: {{ info['thread']|intsep }}
时下热门
最新回复
最新发布
{% for t in threads %}
{{ t.reply_num }}
{{ t.last_time|simpledate }}
{% if t.is_top or t.is_livepost %}置顶{% endif %}{% if t.is_good %}{% endif %}{{ t.title if t.title else t.text|trim }}
{% if t.title %}
{{ t.text[(t.title|length):]|trim }}
{% endif %}
{% endfor %}
{% if threads.page.current_page > 1 %} 首页 {% endif %} {% for i in range(5) %} {% set np = threads.page.current_page - 5 + i %} {% if np > 0 %} {{ np }} {% endif %} {% endfor %} {{ threads.page.current_page }} {% for i in range(5) %} {% set np = threads.page.current_page + 1 + i %} {% if np <= tp %} {{ np }} {% endif %} {% endfor %} {% if threads.page.current_page < tp %} 尾页 {% endif %}