{% extends "base.html" %}
{% block title %}{{ seo.title if seo is defined and seo else category_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-category{% endblock %}
{% block content %}
← back to all stories
{% if fact_check_status %}{{ fact_check_status | title }} — {{ category_name }}{% else %}{{
category_name }}{% endif %}
{{ total }} stories{% if fact_check_status %}, verification: {{ fact_check_status }}{% else %}
in {{ category_name }}, refreshed every 48 hours{% endif %}.