package web import "embed" //go:embed templates/* var templateFS embed.FS //go:embed controller.yaml.default var defaultControllerTemplate string