Allow trimming of whitespace

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-03-09 13:24:40 +01:00
parent 587cfdea53
commit 59f92e31fe
8 changed files with 243 additions and 9 deletions

View file

@ -0,0 +1,8 @@
{
"test": true,
"stuff": "Hemera"
}
---
{{ if test -}}
Hello {{= stuff -}}
{{- end }}