{% extends "layout.html" %}{% block ears %}{{ toc.short_date }}{% endblock %}{% block content %}
{% include "_toc.html" %}
{% match display_date %}{% when Some with (date) %}

{{ date }}

{% when None %}{% endmatch %}

World Briefing

{{ body_html|safe }}

← Back to this issue

{% endblock %}