{{ post.title }} {{ post.category.name }} {{ post.created_time }} {{ post.author }} {{ post.comment_set.count }} 评论 {{ post.views }} 阅读 {{ post.body|safe }}
评论列表,共 {{ post.comment_set.count }} 条评论
{% for comment in comment_list %}-
{{ comment.name }}
{{ comment.text }}
{% empty %}
暂无评论
{% endfor %}