fix(lcars): collapse multi-line ninjatpl comments to single-line (load-fatal lexer error)

This commit is contained in:
Alex Dunmow 2026-07-05 17:06:50 +08:00
parent ba23c3c453
commit 800c8904d6

View File

@ -1,7 +1,4 @@
{# hero override — LCARS command-deck hero. GO BIG motion tier: one dependency-free {# hero override — LCARS command-deck hero. GO BIG motion tier: one dependency-free canvas panel-sweep behind the content, lazy-inited, prefers-reduced-motion honored, with the fully-styled hero as the static no-JS fallback. All content fields preserved verbatim from the builtin. Styled-text fields accept {text,color} OR a bare string. #}
canvas panel-sweep behind the content, lazy-inited, prefers-reduced-motion honored,
with the fully-styled hero as the static no-JS fallback. All content fields preserved
verbatim from the builtin. Styled-text fields accept {text,color} OR a bare string. #}
{% set eyebrowText = eyebrow.text|default:eyebrow %} {% set eyebrowText = eyebrow.text|default:eyebrow %}
{% set headlineText = headline.text|default:headline %} {% set headlineText = headline.text|default:headline %}
{% set subText = subheadline.text|default:subheadline %} {% set subText = subheadline.text|default:subheadline %}