Files

5 lines
178 B
HTML
Raw Permalink Normal View History

2021-11-23 18:27:10 +01:00
{{- $this := .Scratch.Get "this" -}}
{{- $style := $this.style | default slice -}}
{{- $style = $style | append (slice .Data) -}}
{{- .Scratch.SetInMap "this" "style" $style -}}