mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-08 15:41:18 +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}}`
|