{# Standalone-report HTML shell. Used by templates that produce a full HTML document (vs. fragments). Owns the
, design tokens, the existing class-based design system, the Chart.js CDN, and the Chart.js palette/typography bootstrap. Standalone templates should: {% if not fragment_mode %} {% include "_standalone_shell.html" %} {% endif %} ...content... {% if not fragment_mode %} {% endif %} Fragment mode (compound bundles, embedded use) skips this shell entirely and relies on the parent shell template to provide , tokens, and Chart.js bootstrap. #}