Skip to content
{% block ears %}Morning edition{% endblock %}
{% match page.viewer %}{% when Some with (viewer) %}{{ viewer.username }}{% when None %}Sign in{% endmatch %}
The Daily EPUB
{% if page.is_admin() %}{% endif %}
{% match page.flash %}{% when Some with (flash) %}
{{ flash.text }}
{% when None %}{% endmatch %}
{% block content %}{% endblock %}