2022-07-07 00:19:05 +03:00
|
|
|
package templates
|
|
|
|
|
|
|
|
// Available variables:
|
|
|
|
//
|
|
|
|
// ```
|
2024-09-29 19:23:19 +03:00
|
|
|
// HTMLContent template.HTML
|
2022-07-07 00:19:05 +03:00
|
|
|
// ```
|
2024-09-29 19:23:19 +03:00
|
|
|
const HTMLBody = `{{define "content"}}{{.HTMLContent}}{{end}}`
|