package tool import "html/template" type SiteConfig struct { ImageURL []string Styles template.HTML Template template.HTML }