package web import "embed" // var CssFs embed.FS // //go:embed static var StaticFs embed.FS //go:embed list.tmpl var ListPage string //go:embed up.tmpl var UpPage string