{% if cover_image_src %} Video Cover {% endif %} {{ video_category }} {{ video_duration }}
{% if up_info.avatar_image %} UP头像 {% endif %}
{{ up_info.name }}
{{ video_title }}
发布于: {{ upload_date }} {{ id_number }}
{{ video_summary | replace("\n", "
") | safe }}
{{ view_count }}
播放
{{ dm_count }}
弹幕
{{ coin_count }}
投币
{{ fav_count }}
收藏
{{ reply_count }}
评论
{% if comments %}
热门评论
{% for comment in comments %}
{{ comment.uname }}: {{ comment.text }} {% if comment.likes > 0 %} {{ comment.likes }} {% endif %}
{% endfor %}
{% endif %}