2020-05-05 13:22:22 -05:00
|
|
|
extends ../common/greetings
|
|
|
|
|
|
|
|
block title
|
|
|
|
| Someone just used the contact form
|
|
|
|
|
|
|
|
block content
|
2020-12-10 17:10:37 -06:00
|
|
|
p #{fromName} sent you a message via the contact form on #[a(href=WEBSERVER.URL) #{instanceName}]:
|
2020-05-05 13:22:22 -05:00
|
|
|
blockquote(style='white-space: pre-wrap') #{body}
|
|
|
|
p You can contact them at #[a(href=`mailto:${fromEmail}`) #{fromEmail}], or simply reply to this email to get in touch.
|