mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-08 17:37:01 +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
|