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