// Package webui provides the embedded web UI assets (templates and static files). package webui import "embed" // FS contains all web UI templates and static files. // //go:embed templates static var FS embed.FS