{{ comment.user_name }} {% if comment.user_id==blog.user_id %}(作者){% endif %} {{ comment.created_at|datetime }} {{ comment.html_content|safe }}
{{ comment.user_name }} {% if comment.user_id==blog.user_id %}(作者){% endif %}
{{ comment.created_at|datetime }}
还没有人评论...
{% endfor %}