LoveIt/layouts/partials/scratch/script.html

5 lines
184 B
HTML
Raw Normal View History

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