mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 03:16:30 +01: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 -}}
|