{% extends "base.html" %} {% block title %}YouTube Transcript - {{ video_title }}{% endblock %} {% block content %}

{{ video_title }}

Channel: {{ channel_name }}

Duration: {{ duration }}

Published: {{ publish_date }}

{% for segment in transcript %}
{{ segment.start|format_time }} {{ segment.text }}
{% endfor %}
0:00 / {{ duration }}
{% endblock %} {% block scripts %} {% endblock %}