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