LoveIt/layouts/partials/scratch/stylesheet.html

5 lines
208 B
HTML
Raw Normal View History

{{- $this := .scratch.Get "this" -}}
{{- $stylesheet := $this.stylesheet | default slice -}}
{{- $stylesheet = $stylesheet | append (slice .data) -}}
{{- .scratch.SetInMap "this" "stylesheet" $stylesheet -}}