mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 03:16:30 +01:00
4 lines
184 B
HTML
4 lines
184 B
HTML
{{- $this := .Scratch.Get "this" -}}
|
|
{{- $script := $this.script | default slice -}}
|
|
{{- $script = $script | append (slice .Data) -}}
|
|
{{- .Scratch.SetInMap "this" "script" $script -}}
|