mirror of
https://github.com/dnote/dnote
synced 2026-03-16 23:45:52 +01:00
5 lines
102 B
Text
5 lines
102 B
Text
{{define "css"}}
|
|
{{range css}}
|
|
<link rel="stylesheet" href="/static/{{ . }}">
|
|
{{end}}
|
|
{{end}}
|