forked from wrenn/wrenn
14 lines
230 B
Plaintext
14 lines
230 B
Plaintext
Hello{{if .RecipientName}} {{.RecipientName}}{{end}},
|
|
|
|
{{.Message}}
|
|
{{if .Button}}
|
|
|
|
{{.Button.Text}}: {{.Button.URL}}
|
|
{{end}}{{if .Closing}}
|
|
|
|
{{.Closing}}
|
|
{{end}}
|
|
|
|
---
|
|
This is a transactional email from Wrenn (https://wrenn.dev).
|