{{ s.title }}
- Hook
- {{ s.hook }}
- Setup
- {{ s.setup }}
- Payoff
- {{ s.payoff }} {% if s.cta %}
- CTA
- {{ s.cta }} {% endif %} {% if s.tone %}
- Tone
- {{ s.tone }} {% endif %} {% if s.length_target %}
- Length
- {{ s.length_target }} {% endif %}
{% if run.videos %} {% macro m_band(m) -%} {%- if m < 30 -%}m-low {%- elif m < 60 -%}m-mid {%- else -%}m-high {%- endif -%} {%- endmacro %}
| Rank | Video ID | Title | Channel | Views | Views/hr | Age (h) | Composite | M | Archetypes | AI |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ v.rank }} | {{ v.video_id }} | {{ v.title }} | {{ v.channel }} | {{ v.views }} | {{ v.views_per_hour }} | {{ v.age_hours }} | {{ v.composite }} | {{ _m | round(0, 'common') | int }} | {{ v.archetypes | map('label') | join(', ') }} | {% set _show_ai = v.extras.ai.is_ai_generated if v.extras and v.extras.ai else False %} {% include "_partials/ai_badge.html" %} |
Why M = {{ _m | round(0, 'common') | int }}?
|
||||||||||