forked from wrenn/wrenn
Updated email template for optional name
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{{if .RecipientName}}Hello {{.RecipientName}},
|
||||
Hello{{if .RecipientName}} {{.RecipientName}}{{end}},
|
||||
|
||||
{{end}}{{.Message}}
|
||||
{{.Message}}
|
||||
{{if .Button}}
|
||||
|
||||
{{.Button.Text}}: {{.Button.URL}}
|
||||
|
||||
Reference in New Issue
Block a user