dex/static/email/verify-email.html
2015-08-25 09:42:43 -07:00

11 lines
195 B
HTML

<html>
<body>
Hello!
<br/>
Please verify that your email is {{ .email }} by clicking here:
<br/>
<br/>
<a href="{{ .link }}">Click here to verify!</a>
</body>
</html>