{% if post.author.has_avatar %}
{% else %}
{% endif %}
}})
{{ post.author.username }}
发布时间: {{ moment(post.timestamp).format('LLL') }}
{{ post.title }}
{{ post.content }}
{% for i in range(1,post.img_count+1) %}
{% endfor %}
{% for i in range(1,post.img_count+1) %}
}})
评论区
{% if empty_comments %}
评论区空空如也~
{% else %} {% for comment, author in comment_pairs %}
{% if author.has_avatar %}
{% else %}
{% endif %}
}})
{{ author.username }} {{ moment(comment.timestamp).fromNow() }}
{{ comment.body }}