{% extends "base.html" %} {% set active_nav = "topics" %} {% block title %}{{ channel }} - Distill{% endblock %} {% block content %}

{{ channel }}

{{ video_count }} videos{% if ch_info %} · YouTube{% endif %}

{% if synthesis %}{% endif %} {% if context %}{% endif %}
{% for v in videos %} {% endfor %}
#TitleDateDurationStatus
{{ loop.index }} {{ v.get('title', 'Unknown') }} {{ v.get('upload_date', '')|format_date }} {{ v.get('duration', 0)|duration }} {% if v._has_insights %} complete {% elif v._has_transcript %} transcript {% else %} missing {% endif %}
{% if synthesis %}
{{ synthesis|strip_frontmatter|markdown|safe }}
{% endif %} {% if context %}
{{ context|strip_frontmatter|markdown|safe }}
{% endif %} {% endblock %}