package templates import "embed" //go:embed *.html //go:embed layouts/*.html //go:embed sites/*.html var FS embed.FS