mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-02-15 09:12:58 +02:00
9 lines
152 B
Go
9 lines
152 B
Go
package templates
|
|
|
|
// Available variables:
|
|
//
|
|
// ```
|
|
// HTMLContent template.HTML
|
|
// ```
|
|
const HTMLBody = `{{define "content"}}{{.HTMLContent}}{{end}}`
|