hugo-mx-gateway/templates/template_reply_demo_request...

35 lines
753 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>
<p>Dear {{.Name}},</p>
<p>
Thank you for your interest in our products. Please find below information to get access to the demo platform.
</p>
<ul>
<li>URL: <a href="{{.DemoURL}}">{{.DemoURL}}</a></li>
<li>Login: demo</li>
<li>Password: 95t8aLLj</li>
</ul>
<p>Enjoy and don't hesitate to contact us if you do have any feedback.</p>
<p>
Kind regards,<br/>
The Product Team
</p>
<hr />
<legend>Request Summary</legend>
<ul>
<li>Name: {{.Name}}</li>
<li>Email: {{.Email}}</li>
<li>Organization: {{.Organization}}</li>
</ul>
</body>
</html>