{% set page_group = "admin" %} {% include 'components/head.html' %}
{# Spec 051 T7 carry-item: meta[name="csrf-token"] (hyphenated) is the exact selector WalkthroughEngine.js's csrfToken() looks for (mirrors OnboardingHub.js's data-csrf-token pattern, get-started.html:28) - the site-wide meta[name="csrf_token"] from components/head.html uses an underscore and is NOT matched by that selector, so without this the walkthrough's POST /walkthrough/:key/state calls would always send an empty CSRF token. window.ONBOARDING_WALKTHROUGH_ENABLED gates WalkthroughEngine.js's bootstrap(): flag off => it renders nothing and never installs the publish fetch-bridge (byte-identical to pre-051). #}