dnote/pkg/server/views/layouts/css.gohtml
2022-04-17 10:47:43 +10:00

5 lines
102 B
Text

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