fix(pastel-dream): collapse multi-line ninjatpl comments to single-line (load-fatal lexer error)
This commit is contained in:
parent
834772eef4
commit
8eaf3a68aa
@ -1,8 +1,4 @@
|
|||||||
{# pastel-dream auth-form — combined login/register in soft pastel chrome. Endpoints and panel
|
{# pastel-dream auth-form — combined login/register in soft pastel chrome. Endpoints and panel ids match the platform auth flow (/api/auth/login, /api/auth/register, #auth-message, #login-panel/#register-panel). Auth state via the auth_state provider (auth.logged_in / auth.display_name). Captcha, when enabled, is emitted by the platform auth path. #}
|
||||||
ids match the platform auth flow (/api/auth/login, /api/auth/register,
|
|
||||||
#auth-message, #login-panel/#register-panel). Auth state via the auth_state
|
|
||||||
provider (auth.logged_in / auth.display_name). Captcha, when enabled, is
|
|
||||||
emitted by the platform auth path. #}
|
|
||||||
{% if auth.logged_in %}
|
{% if auth.logged_in %}
|
||||||
<div class="auth-form-logged-in pd-card mx-auto max-w-md p-6 text-center">
|
<div class="auth-form-logged-in pd-card mx-auto max-w-md p-6 text-center">
|
||||||
<p class="pd-body text-muted-foreground">You are logged in as <strong class="text-primary">{{ auth.display_name }}</strong></p>
|
<p class="pd-body text-muted-foreground">You are logged in as <strong class="text-primary">{{ auth.display_name }}</strong></p>
|
||||||
|
|||||||
@ -1,6 +1,4 @@
|
|||||||
{# pastel-dream auth-status — header login state. Auth state via the auth_state provider;
|
{# pastel-dream auth-status — header login state. Auth state via the auth_state provider; endpoints match the platform (/login, /login?tab=register, /api/auth/logout, /api/auth/resend-verification). #}
|
||||||
endpoints match the platform (/login, /login?tab=register, /api/auth/logout,
|
|
||||||
/api/auth/resend-verification). #}
|
|
||||||
{% if not auth.logged_in %}
|
{% if not auth.logged_in %}
|
||||||
<div class="auth-status flex items-center gap-2">
|
<div class="auth-status flex items-center gap-2">
|
||||||
<a href="/login" class="pd-body rounded-lg px-3 py-1.5 text-sm font-medium opacity-80 transition-colors hover:bg-muted hover:opacity-100">Login</a>
|
<a href="/login" class="pd-body rounded-lg px-3 py-1.5 text-sm font-medium opacity-80 transition-colors hover:bg-muted hover:opacity-100">Login</a>
|
||||||
|
|||||||
@ -1,6 +1,4 @@
|
|||||||
{# pastel-dream page-suggestions — themed 404 helper. Suggestions (when the platform
|
{# pastel-dream page-suggestions — themed 404 helper. Suggestions (when the platform provides them) list {url|slug, title, excerpt}; otherwise a friendly hand-drawn "lost your way" panel with a route home. #}
|
||||||
provides them) list {url|slug, title, excerpt}; otherwise a friendly
|
|
||||||
hand-drawn "lost your way" panel with a route home. #}
|
|
||||||
<section class="py-16 md:py-24 bg-background text-foreground{% if class %} {{ class }}{% endif %}">
|
<section class="py-16 md:py-24 bg-background text-foreground{% if class %} {{ class }}{% endif %}">
|
||||||
<div class="mx-auto max-w-3xl px-4 text-center">
|
<div class="mx-auto max-w-3xl px-4 text-center">
|
||||||
<p class="pd-hand text-3xl text-accent">Lost your way?</p>
|
<p class="pd-hand text-3xl text-accent">Lost your way?</p>
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
{# pastel-dream password-reset-form — request panel in soft pastel chrome. Endpoint matches
|
{# pastel-dream password-reset-form — request panel in soft pastel chrome. Endpoint matches the platform (/api/auth/request-password-reset, #reset-message). #}
|
||||||
the platform (/api/auth/request-password-reset, #reset-message). #}
|
|
||||||
<div class="password-reset-form pd-card mx-auto max-w-md p-6">
|
<div class="password-reset-form pd-card mx-auto max-w-md p-6">
|
||||||
<div id="reset-message"></div>
|
<div id="reset-message"></div>
|
||||||
<div id="request-reset-panel">
|
<div id="request-reset-panel">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user