LoveIt/layouts/partials/scratch/script.html

5 lines
184 B
HTML
Raw Normal View History

2020-05-18 15:30:33 +02:00
{{- $this := .Scratch.Get "this" -}}
{{- $script := $this.script | default slice -}}
2020-05-18 15:30:33 +02:00
{{- $script = $script | append (slice .Data) -}}
{{- .Scratch.SetInMap "this" "script" $script -}}