m2.nz/themes/LoveIt/layouts/partials/scratch/style.html
2022-05-08 18:50:17 +12:00

5 lines
178 B
HTML

{{- $this := .Scratch.Get "this" -}}
{{- $style := $this.style | default slice -}}
{{- $style = $style | append (slice .Data) -}}
{{- .Scratch.SetInMap "this" "style" $style -}}