merge v0.23.0-rc changes
This commit is contained in:
@@ -3,6 +3,6 @@ package templates
|
||||
// Available variables:
|
||||
//
|
||||
// ```
|
||||
// HtmlContent template.HTML
|
||||
// HTMLContent template.HTML
|
||||
// ```
|
||||
const HtmlBody = `{{define "content"}}{{.HtmlContent}}{{end}}`
|
||||
const HTMLBody = `{{define "content"}}{{.HTMLContent}}{{end}}`
|
||||
|
||||
Reference in New Issue
Block a user