{% extends "base.html" %}
{% block extrahead %}
{{ super() }}
{# JetBrains Mono self-hosted via pyinfra.com; @font-face lives in pyinfra.css #}
{#
Version banner — derived at runtime from the URL path (///)
rather than baked in at build time. A single build is therefore served
correctly whether it lands at /en/latest/, /en/next/ or /en/3.x/, so it
can't drift out of sync with the deploy path. The container element
([data-md-component="announce"]) is always present; we only render the
inner .md-banner when the reader is off the primary version.
#}
{% endblock %}
{# Plausible analytics #}
{% block analytics %}
{{ super() }}
{% endblock %}