{% extends "layout.html" %}{% block ears %}{% match display_date %}{% when Some with (date) %}{{ date }}{% when None %}World Briefing{% endmatch %}{% endblock %}{% block content %}
{% match display_date %}{% when Some with (date) %}

{{ date }}

{% when None %}{% endmatch %}

World Briefing

{{ body_html|safe }}

← Back to this issue

{% endblock %}