Files
wonderwall/templates/css.go
Trong Huu Nguyen a4b832839c feat(templates): make error page more generic and responsive
Co-authored-by: Morten Lied Johansen <morten.lied.johansen@nav.no>
2024-10-09 08:58:36 +02:00

10 lines
102 B
Go

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