Files
LoveIt/layouts/partials/scratch/style.html
2020-05-15 17:43:04 +08: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 -}}