{% for post in posts%}
由{{ post.author }}发表于 {{ post.pub_time }}
{{ post.front_html |safe }} 阅读全文

分类:{% for category in post.categories %}{{ category }} {% endfor %}

{% endfor %}