package ui import "embed" //go:embed templates/* var Templates embed.FS //go:embed css/* js/* images/* var Static embed.FS