{% extends "_base.html" %} {% block title %}{{ run.run_at }} — yt-shorts-trends{% endblock %} {% block content %}

{{ run.run_at }}

{% if source_label %}{{ source_label }}{% endif %}

{% if is_channel_mode %} {% include "_partials/channel_header.html" %} {% endif %} {% if trend_line %}

{{ trend_line }}

{% endif %} {% include "_partials/watch_list.html" %} {% include "_partials/ranked_table.html" %} {% endblock %}