LoveIt/layouts/partials/scratch/style.html
2020-05-18 21:30:33 +08:00

4 lines
178 B
HTML

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