]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/lib/emails/contact-form/html.pug
Refactor auth flow
[github/Chocobozzz/PeerTube.git] / server / lib / emails / contact-form / html.pug
CommitLineData
df4c603d
RK
1extends ../common/greetings
2
3block title
4 | Someone just used the contact form
5
6block content
2e4b8ae4 7 p #{fromName} sent you a message via the contact form on #[a(href=WEBSERVER.URL) #{instanceName}]:
df4c603d
RK
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.