package templates // Available variables: // // ``` // HTMLContent template.HTML // ``` const HTMLBody = `{{define "content"}}{{.HTMLContent}}{{end}}`