{% extends "base.html" %} {% set active_nav = "topics" %} {% block title %}{{ meta.get('title', 'Video') }} - Distill{% endblock %} {% block content %}

{{ meta.get('title', 'Unknown Video') }}

{{ meta.get('upload_date', '')|format_date }} · {{ meta.get('duration', 0)|duration }} · {{ channel }} {% if meta.get('url') %} · Watch on YouTube {% endif %} {% if meta.get('analysis_mode') %} · {{ meta.analysis_mode }} {% endif %}

{% if transcript %}{% endif %}
{% if insights %}
{{ insights|strip_frontmatter|markdown|safe }}
{% else %}

No insights generated yet.

{% endif %}
{% if transcript %}
{{ transcript }}

{{ transcript|length|string }} characters

{% endif %}
{{ meta|tojson(indent=2) }}
{% endblock %}