1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-06 09:29:19 +02:00
Files
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}}`