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