{% include "/index/common/header.html" %}

{{post.name}}

{% if post.content%}
{{post.content|safe}}
{% endif %}
{% for row in list %}
{% if row.litpic %} {{row.title}}{% endif %} {{row.title}}

{{row.description}}..

{{row.update_time|date}}{{row.click}}人阅读
{% endfor %} {% if list|length == 0 %}
暂无记录
{% endif %}

推荐阅读

换一换

猜你喜欢

换一换
{% for row in relate_rand_list %}
{% if row.litpic %} {{row.title}} {% endif %} {{row.title}}
{% if row.writer %} {{row.writer}} {% elif row.source %} {{row.source}} {% endif %} 阅读({{ row.click}})
{% endfor %}
{% include "/index/common/footer.html" %}