// Package static provides embedded static assets. package static import "embed" // Static contains the embedded static assets (CSS, JS) served // at the /s/ URL prefix. // //go:embed css var Static embed.FS