diff --git a/CLAUDE.md b/CLAUDE.md index 113abe0..bbd8144 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -137,8 +137,10 @@ Every template must use this boilerplate: {{if .lvt.DevMode}} + {{else}} + {{end}} ``` diff --git a/avatar-upload/avatar-upload.tmpl b/avatar-upload/avatar-upload.tmpl index 51ad894..5972bbc 100644 --- a/avatar-upload/avatar-upload.tmpl +++ b/avatar-upload/avatar-upload.tmpl @@ -8,8 +8,10 @@ {{if .lvt.DevMode}} + {{else}} + {{end}}
@@ -80,10 +82,5 @@ - {{if .lvt.DevMode}} - - {{else}} - - {{end}}