mirror of
https://github.com/dnote/dnote
synced 2026-03-15 15:05:51 +01:00
5 lines
113 B
Text
5 lines
113 B
Text
{{define "css"}}
|
|
{{range css}}
|
|
<link rel="stylesheet" href="{{ assetBaseURL }}/{{ . }}">
|
|
{{end}}
|
|
{{end}}
|