{% block nav %}
{% endblock %}
{# Guided-tutorial banner: present only when the API layer resolved a real
tutorial-run/step for this page. Injected here (outside every page's body
block, and outside the workbench htmx swap target) so fragment swaps never
remove it. #}
{% if tutorial %}{% include "fragments/tutorial_banner.html" %}{% endif %}
{% block body %}{% endblock %}