{# ────── header ────── #} {# ────── nav strip ────── #}
{# ────── REDDIT SECTION ────── #} {% if reddit_sources %}
01

Reddit

top of last {{ generated_at.hour < 14 and "12" or "12" }} hours · score-filtered {{ reddit_total }} items
{% for src in reddit_sources %}
{{ src.name }} {{ src.items|length }}
    {% for it in src.items %}
  1. {{ it.title }}

    {% if it.tldr %}

    {{ it.tldr }}

    {% endif %}
  2. {% endfor %}
{% endfor %}
{% endif %} {# ────── TECH FEEDS SECTION ────── #} {% if tech_sources %}
02

Tech Feeds

non-reddit · last {{ generated_at.hour < 14 and "12" or "12" }} hours {{ tech_total }} items
{% for src in tech_sources %}
{{ src.name }} {{ src.items|length }}
    {% for it in src.items %}
  1. {{ it.title }}

    {% if it.tldr %}

    {{ it.tldr }}

    {% endif %}
  2. {% endfor %}
{% endfor %}
{% endif %} {% if not reddit_sources and not tech_sources %}

No items cleared the filters in the last window.
Lower DIGEST_MIN_SCORE or widen DIGEST_REDDIT_HOURS if this looks wrong.

{% endif %}