3 lines
99 B
HTML
3 lines
99 B
HTML
{{ with resources.Get "cullmann.css" | minify }}
|
|
<style>{{ .Content | safeCSS }}</style>
|
|
{{ end }}
|