mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-09 18:06:42 +00:00
10 lines
102 B
Go
10 lines
102 B
Go
package templates
|
|
|
|
import (
|
|
_ "embed"
|
|
"html/template"
|
|
)
|
|
|
|
//go:embed output.css
|
|
var CSS template.CSS
|