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