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

5 lines
184 B
HTML

{{- $this := .Scratch.Get "this" -}}
{{- $script := $this.script | default slice -}}
{{- $script = $script | append (slice .Data) -}}
{{- .Scratch.SetInMap "this" "script" $script -}}