package ui import "embed" //go:embed *.html var htmlFS embed.FS func HTMLFS() embed.FS { return htmlFS }