]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/lib/emails/contact-form/html.pug
Switch emails to pug templates and provide richer html/text-only versions
[github/Chocobozzz/PeerTube.git] / server / lib / emails / contact-form / html.pug
1 extends ../common/greetings
2
3 block title
4 | Someone just used the contact form
5
6 block 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.