// Package static embeds static assets (CSS, JS) served by the web UI. package static import ( "embed" ) // Static holds the embedded CSS and JavaScript files for the web UI. // //go:embed css js var Static embed.FS