hugo-mx-gateway/templates/template_reply_contact_requ...

28 lines
572 B
HTML
Raw Normal View History

2020-05-10 00:02:18 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
</head>
<body>
2020-05-24 00:57:32 +02:00
Dear Mr/Mrs {{.Name}},
Thank you to have contacted our customer service.
<legend>Summary of your request</legend>
2020-05-10 00:02:18 +02:00
<ul>
2020-05-24 00:57:32 +02:00
<li>Name: {{.Name}}</li>
<li>Email: {{.Email}}</li>
<li>Organization: {{.Organization}}</li>
<li>Subject: {{.Subject}}</li>
<li>Message: {{.Message}}</li>
2020-05-10 00:02:18 +02:00
</ul>
2020-05-24 00:57:32 +02:00
We'll get back to you to you within the next 48 hours.
Kind regards,
--
The Customer Service Team
2020-05-10 00:02:18 +02:00
</body>
</html>