Daily Newsroom Report
{{ report_date }}
{% for category in categories %}
{{ category.name }}
{% if category.articles %} {% for article in category.articles %}
{{ article.title }}
{% if article.screenshot_path %}
{% endif %}
{% for bullet in article.bullets %}
{{ bullet }}
{% endfor %}
{% if article.so_what %}
💡 So What:
{{ article.so_what }}
{% endif %}
{% endfor %} {% else %}
No items for this category today.
{% endif %}
{% endfor %}