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 // go:embed favicon.ico var WbIco string //go:embed wbconsole.tmpl var WbConsole string