www/themes/LoveIt/layouts/partials/scratch/script.html

5 Zeilen
184 B
HTML

2020-05-28 14:55:57 +02:00
{{- $this := .Scratch.Get "this" -}}
{{- $script := $this.script | default slice -}}
{{- $script = $script | append (slice .Data) -}}
{{- .Scratch.SetInMap "this" "script" $script -}}