dnote/pkg/server/views/layouts/css.gohtml
2021-01-03 17:51:57 +11:00

5 lines
102 B
Text

{{define "css"}}
{{range css}}
<link rel="stylesheet" href="/static/{{ . }}">
{{end}}
{{end}}