1
0
forked from wrenn/wrenn

Updated email template for optional name

This commit is contained in:
2026-04-16 00:54:38 +06:00
parent ded9c15f06
commit 970ae2b6b2
3 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{{if .RecipientName}}Hello {{.RecipientName}},
Hello{{if .RecipientName}} {{.RecipientName}}{{end}},
{{end}}{{.Message}}
{{.Message}}
{{if .Button}}
{{.Button.Text}}: {{.Button.URL}}