1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-02-16 09:21:45 +02:00
pocketbase/mails/templates/html_content.go

9 lines
152 B
Go
Raw Normal View History

2022-07-07 00:19:05 +03:00
package templates
// Available variables:
//
// ```
2024-09-29 19:23:19 +03:00
// HTMLContent template.HTML
2022-07-07 00:19:05 +03:00
// ```
2024-09-29 19:23:19 +03:00
const HTMLBody = `{{define "content"}}{{.HTMLContent}}{{end}}`