package api import "embed" //go:embed web/templates var templateFS embed.FS //go:embed web/static var staticFS embed.FS