{% extends "base.html" %} {% block title %}{{ seo.title if seo is defined and seo else cluster_name ~ ' | news48' }}{% endblock %} {% block json_ld %} {% if seo is defined and seo and seo.json_ld %} {% for item in seo.json_ld %} {% endfor %} {% endif %} {% endblock %} {% block body_class %}page-cluster{% endblock %} {% block content %} ← back to all stories

{{ cluster_name }}

{{ total }} stories covering {{ cluster_name }} from multiple angles.

{{ cluster_name }} — all angles

{% for story in articles %}
[{{ "%02d" | format(loop.index) }}]

{{ story.title }}

{% if story.summary %}

{{ story.summary }}

{% endif %}
{{ story.source_name or story.feed_source_name or "Unknown" }} {{ story.created_at | relative_time }} {% if story.fact_check_status == "verified" %} Verified {% endif %} {% if story.fact_check_status == "disputed" %} Disputed {% endif %} {% for tag in story.tags | parse_tags %} {{ tag }} {% endfor %}
Read more → Open original source ↗
{% else %}

No stories are available in this cluster right now.

{% endfor %}
{% endblock %}