19 lines
599 B
Markdown
19 lines
599 B
Markdown
---
|
|
subject: "Welcome!"
|
|
lists: ["Newsletter"]
|
|
from_email: "Your Name <hello@example.org>"
|
|
tags: ["welcome"]
|
|
---
|
|
|
|
This is a sample campaign showing the `campaign.md` format — edit it, rename
|
|
its directory, or delete it entirely once you've got the hang of things. See
|
|
the [eec-campaigns README](https://gitea.reground.org/will/eec-campaigns#campaignmd)
|
|
for the full field reference.
|
|
|
|
{{ if .Subscriber.Attribs.first_name }}Hi {{ .Subscriber.Attribs.first_name }},{{ else }}Hi there,{{ end }}
|
|
|
|
Thanks for subscribing! You'll hear from us here whenever we've got something
|
|
worth sharing.
|
|
|
|
Talk soon.
|