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