{{ site_title }}
{# ---------- Sidebar navigation ---------- #} {# Backdrop for mobile sidebar #} {# ---------- Main content ---------- #}
{{ content | safe }}
{% if prev_page or next_page %}
{% if prev_page %}
← Previous
{{ prev_page.title }}
{% else %} {% endif %} {% if next_page %}
Next →
{{ next_page.title }}
{% endif %}
{% endif %}

Content rendered from {{ page_title }} on GitHub. Markdown is the single source of truth — re-run scripts/build_website.py after editing to refresh the site.

{# ---------- In-page TOC ---------- #} {% if toc %} {% endif %}