🎬 视频完整陈述
{# 视频结构概述 #}
{% if video_transcript.outline %}
📋 视频结构
{{ video_transcript.outline }}
{% endif %}
{# 遍历每个时间段 #}
{% for segment in video_transcript.segments %}
{% include "components/_segment.html" %}
{% endfor %}
{# UP主核心洞察 #}
{% if video_transcript.up_main_insights %}
💬 UP主金句
{{ video_transcript.up_main_insights }}
{% endif %}
{# UP主可信度评估 #}
{% if video_transcript.up_main_credibility %}
🔍 可信度评估
{{ video_transcript.up_main_credibility }}
{% endif %}
{% endif %}