1
0
Fork 0
golang-github-pocketbase-po.../mails/templates/html_content.go
Daniel Baumann e28c88ef14
Adding upstream version 0.28.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-22 10:57:38 +02:00

8 lines
152 B
Go

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