mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 11:33:20 +01:00
5 lines
184 B
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 -}}
|