From 800c8904d6a9db3ce06153541afd4db343f82068 Mon Sep 17 00:00:00 2001 From: Alex Dunmow Date: Sun, 5 Jul 2026 17:06:50 +0800 Subject: [PATCH] fix(lcars): collapse multi-line ninjatpl comments to single-line (load-fatal lexer error) --- templates/overrides/lcars/hero.ninjatpl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/overrides/lcars/hero.ninjatpl b/templates/overrides/lcars/hero.ninjatpl index c783d05..39458cb 100644 --- a/templates/overrides/lcars/hero.ninjatpl +++ b/templates/overrides/lcars/hero.ninjatpl @@ -1,7 +1,4 @@ -{# 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. #} +{# 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. #} {% set eyebrowText = eyebrow.text|default:eyebrow %} {% set headlineText = headline.text|default:headline %} {% set subText = subheadline.text|default:subheadline %}