{{ rootReply.comment['username'] }}
{{ rootReply.comment['describe'] }}
{{ rootReply.comment['content'] | safe }}
{# #}
点赞数: {{ rootReply.comment['like_num'] }} {% if account.isLogin %} {% endif %}
{% for i in range(replies.comments | length) %}
{{ replies.comments[i]['username'] }}
{{ replies.comments[i]['describe'] }}
{{ replies.comments[i]['content'] | safe }}
{# #}
点赞数: {{ replies.comments[i]['like_num'] }} {% if account.isLogin %} {% endif %}
{% endfor %}
{% if replies.isLastFlag and replies.page == 1 %} 没有更多了 {% else %} {% if prev_id != '-1' %} {% endif %} {% if not replies.isLastFlag %} {% endif %} {% endif %}