mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-01-10 00:43:36 +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}}`
|