m2.nz/themes/LoveIt/layouts/partials/scratch/script.html
2022-05-08 18:50:17 +12:00

5 lines
184 B
HTML

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