{% extends "base.html" %}
{% block title %}{{ seo.title if seo is defined and seo else 'All Stories — Live Feed | 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-category{% endblock %}
{% block content %}
← back to homepage
{% if fact_check_status %}{{ fact_check_status | title }} stories{% else %}The full feed{%
endif %}
{{ total }} stories{% if fact_check_status %}, fact-check status: {{ fact_check_status }}{%
else %}, all categories, one window{% endif %}.