-
{% for it in src.items %}
-
{{ it.title }}
{% if it.tldr %}{{ it.tldr }}
{% endif %}
{% endfor %}
World
top of last {{ generated_at.hour < 14 and "8" or "8" }} hours · headlines {{ world_total }} items-
{% for h in world_headlines %}
-
{{ h.title }}
{{ h.source }} {{ h.posted_at|humanago }} {% if h.tldr %}{{ h.tldr }}
{% endif %}
{% endfor %}
Local
orange county · greater LA · last 8 hours {{ local_total }} items-
{% for h in local_headlines %}
-
{{ h.title }}
{{ h.source }} {{ h.posted_at|humanago }} {% if h.tldr %}{{ h.tldr }}
{% endif %}
{% endfor %}
Tech Feeds
non-reddit · last {{ generated_at.hour < 14 and "12" or "12" }} hours {{ tech_total }} items-
{% for it in src.items %}
-
{{ it.title }}
{% if it.tldr %}{{ it.tldr }}
{% endif %}
{% endfor %}
No items cleared the filters in the last window.
Lower DIGEST_MIN_SCORE or widen
DIGEST_REDDIT_HOURS if this looks wrong.