package templating const TemplateBase = ` {{.Title}} {{if .ChromaCSS}}{{end}} {{if .Repo}} {{end}}
{{.Body}}
`