diff --git a/campaigns/.gitkeep b/campaigns/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/campaigns/welcome/campaign.md b/campaigns/welcome/campaign.md new file mode 100644 index 0000000..ecb7778 --- /dev/null +++ b/campaigns/welcome/campaign.md @@ -0,0 +1,18 @@ +--- +subject: "Welcome to Thistle & Moth" +lists: ["Newsletter"] +from_email: "Thistle & Moth " +tags: ["welcome"] +--- + +{{ if .Subscriber.Attribs.first_name }}Hi {{ .Subscriber.Attribs.first_name }},{{ else }}Hi there,{{ end }} + +Welcome to the Thistle & Moth newsletter! We're glad you're here. + +From now on, this is where you'll hear about what's new, what's coming, and +anything else worth sharing. No spam, no noise — just the good stuff, when +we actually have something to say. + +Thanks for reading with us. + +The Thistle & Moth team diff --git a/email-templates/campaign.html b/email-templates/campaign.html index c83add3..89f397e 100644 --- a/email-templates/campaign.html +++ b/email-templates/campaign.html @@ -1,14 +1,17 @@ @@ -17,14 +20,21 @@ just Listmonk's default look. + + - +
 
-
+
{{ template "content" . }}