{# Design-system tokens (`--ds-*`) — opt-in green/navy palette used by pages that scope themselves with `.home-mock` / `.advanced-mock`. Loaded globally so the tokens are available anywhere; pages that haven't opted in just continue using the legacy `--primary` family from style-custom.css. #} {# Shared design-system components — `.callout-rec`, `.callout-hint`, `.code-output`, `.lightbox`, `.setup-section-header`. Pages opt in by adding the class to markup; no scope wrapper needed. #} {# Shared stack card styles — drives /catalog + /memory Browse/My Stack cards (matches marketplace.html .mp-card visual language). #} {# app.js loaded by _app_header.html itself so pages that include the header directly without extending base.html (e.g. admin_tables) still get the nav-dropdown wiring. #} {% block head_extra %}{% endblock %} {% include '_theme.html' %}
{% include '_app_header.html' %} {# `layout` block: pages opt out of the narrow .container wrap by overriding this entire block (e.g. dashboard.html renders its own full-width