mirror of
https://github.com/idanoo/m2.nz
synced 2025-07-04 13:52:14 +00:00
4 lines
178 B
HTML
4 lines
178 B
HTML
{{- $this := .Scratch.Get "this" -}}
|
|
{{- $style := $this.style | default slice -}}
|
|
{{- $style = $style | append (slice .Data) -}}
|
|
{{- .Scratch.SetInMap "this" "style" $style -}}
|