{% extends "_base.html" %} {% block title %}Trends explorer — yt-shorts-trends{% endblock %} {% block content %}
| Archetype | Last 7d | Prior 7d | Δ |
|---|---|---|---|
| {{ slug | label }} | {{ "%.1f"|format(last) }} | {{ "%.1f"|format(prior) }} | {% if delta > 0 %}↑{% elif delta < 0 %}↓{% else %}→{% endif %} {{ "%+.1f"|format(delta) }} |
Based on {{ shift.last_runs }} run(s) in the last 7d, {{ shift.prior_runs }} prior.
{% else %}Run python main.py --output at least twice across different days to populate the trend index.
| Archetype | Runs | Avg share | Top rank |
|---|---|---|---|
| {{ row.archetype | label }} | {{ row.runs }} | {{ "%.1f"|format(row.avg_share) }} | {{ row.top_rank }} |
Run python main.py --output at least twice across different days to populate the trend index.