{# Start the regular face downloading with the stylesheet rather than after it parses. `crossorigin` is required even same-origin: font fetches are CORS-mode, so without it the preload would not match the @font-face request and the file would be fetched twice. Only the regular face — italic is rare enough that on-demand loading is the right trade. #} {# Keep this synchronous script *after* the stylesheet: Gecko will not run a parser-blocking script while a stylesheet is pending, so the parser stalls here and nothing unstyled exists to paint if something forces a layout flush (Bugzilla 1459305). Chrome blocks rendering on the sheet regardless. #} Skip to content
{% block ears %}{% if page.is_dashboard() %}Dashboard{% endif %}{% 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 %}