aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/contact-form
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/emails/contact-form')
-rw-r--r--server/lib/emails/contact-form/html.pug9
1 files changed, 9 insertions, 0 deletions
diff --git a/server/lib/emails/contact-form/html.pug b/server/lib/emails/contact-form/html.pug
new file mode 100644
index 000000000..0073ff78e
--- /dev/null
+++ b/server/lib/emails/contact-form/html.pug
@@ -0,0 +1,9 @@
1extends ../common/greetings
2
3block title
4 | Someone just used the contact form
5
6block content
7 p #{fromName} sent you a message via the contact form on #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}]:
8 blockquote(style='white-space: pre-wrap') #{body}
9 p You can contact them at #[a(href=`mailto:${fromEmail}`) #{fromEmail}], or simply reply to this email to get in touch. \ No newline at end of file