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

Run history

{% if rows %} {% for row in rows %} {% endfor %}
Timestamp Source Videos Dominant archetype
{{ row.run_at }} {{ row.source_label }} {{ row.video_count }} {{ row.dominant_label }}
{% else %}

No archived runs

Archived runs from --output will appear here.

{% endif %} {% endblock %}