1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-01-10 00:43:36 +02:00
pocketbase/mails/templates/html_content.go

9 lines
152 B
Go
Raw Normal View History

2022-07-06 23:19:05 +02:00
package templates
// Available variables:
//
// ```
// HtmlContent template.HTML
// ```
const HtmlBody = `{{define "content"}}{{.HtmlContent}}{{end}}`