You've already forked pocketbase
mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-11-06 09:29:19 +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}}`
|