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

Latest run

{{ run.run_at }} {% if source_label %}·{{ source_label }}{% endif %}

{% include "_partials/ranked_table.html" %} {% else %}

No runs archived yet

Run python main.py --query "your topic" --output to archive your first run.

{% endif %} {% endblock %}