We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffaaca4 commit a5ed3e7Copy full SHA for a5ed3e7
.prettierignore
@@ -3,4 +3,5 @@
3
**/package-lock.json
4
5
# Don't format plaintext email templates, the new lines are important
6
-src/lib/emails/*_text.svelte
+src/lib/emails/*_text.svelte
7
+src/lib/emails/*_text.hbs
src/lib/emails/welcome_email_text.hbs
@@ -1,4 +1,5 @@
1
-Welcome to
2
-{{{companyName}}}! This is a quick sample of a welcome email. You can customize
-this email to fit your needs. To unsubscribe, visit:
-{{{WebsiteBaseUrl}}}/account/settings/change_email_subscription
+Welcome to {{{companyName}}}!
+
+This is a quick sample of a welcome email. You can customize this email to fit your needs.
+To unsubscribe, visit: {{{WebsiteBaseUrl}}}/account/settings/change_email_subscription
0 commit comments