1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-02-15 09:12:58 +02:00
pocketbase/mails/templates/html_content.go
2024-09-29 21:09:46 +03:00

9 lines
152 B
Go

package templates
// Available variables:
//
// ```
// HTMLContent template.HTML
// ```
const HTMLBody = `{{define "content"}}{{.HTMLContent}}{{end}}`