Files
wonderwall/templates/css.go
T

10 lines
102 B
Go

package templates
import (
_ "embed"
"html/template"
)
//go:embed output.css
var CSS template.CSS