{# ── 评论区 ── #} {% if top_comments %}

💬 精选评论 / Top Comments

{% for comment in top_comments %}
{{ comment.user }} {{ comment.likes }} 赞
{{ comment.content_cn }}
{% endfor %}
{% endif %}