mirror of
https://github.com/idanoo/m2.nz.git
synced 2024-11-23 00:35:12 +00:00
5 lines
178 B
HTML
5 lines
178 B
HTML
|
{{- $this := .Scratch.Get "this" -}}
|
||
|
{{- $style := $this.style | default slice -}}
|
||
|
{{- $style = $style | append (slice .Data) -}}
|
||
|
{{- .Scratch.SetInMap "this" "style" $style -}}
|