{% extends "layout.html" %}{% block content %}

World Briefing

{% match display_date %}{% when Some with (date) %}

{{ date }}

{% when None %}{% endmatch %}
{{ body_html|safe }}

← Back to this issue

{% endblock %}