13 lines
287 B
HTML
13 lines
287 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<p>Hello,</p>
|
|
<p>Your one-time password is: <strong>{{.password}}</strong></p>
|
|
<p><i>If you didn't ask for the one-time password, you can ignore this email.</i></p>
|
|
<p>
|
|
Thanks,<br/>
|
|
{{.appName}} team
|
|
</p>
|
|
</body>
|
|
</html>
|