package web import "embed" // Content holds the HTML templates and static assets for the web UI. // //go:embed templates/* static var Content embed.FS