// Package templates embeds HTML templates used by the web UI. package templates import ( "embed" ) // Templates holds the embedded HTML template files. // //go:embed *.html var Templates embed.FS