You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mail/template.pug
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@ html(lang="en")
5
5
blockmeta
6
6
title
7
7
blocktitle
8
-
| Notification from #{properties.name}
8
+
| Notification from #{properties.name()}
9
9
body
10
10
blockgreeting
11
11
p Hello,
12
12
blockcontent
13
13
blockfooter
14
-
p If you believe this message has been sent to you in error or you are experiencing any issues please contact support at #[a(href=`mailto:${mail.support}`) #{properties.mail.support}].
14
+
p If you believe this message has been sent to you in error or you are experiencing any issues please contact support at #[a(href=`mailto:${mail.support}`) #{mail.support}].
0 commit comments