{% extends "base.html" %} {% set active_nav = "topics" %} {% block title %}{{ meta.get('title', 'Video') }} - Distill{% endblock %} {% block content %}
{{ 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 %}
No insights generated yet.
{{ transcript|length|string }} characters
{{ meta|tojson(indent=2) }}