mirror of
https://github.com/1f349/tulip.git
synced 2024-11-09 22:42:53 +00:00
11 lines
416 B
HTML
11 lines
416 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<body>
|
|
<p>Hello, {{.Name}}</p>
|
|
<p>Please open this link to <a href="{{.Data.VerifyUrl}}" target="_blank">verify your email address</a></p>
|
|
<p>This link is valid for 10 minutes.</p>
|
|
<p>If you did not create an account with {{.ServiceName}} then please ignore this email and the account will be deleted within a 48-hour period.</p>
|
|
<p>Regards,<br/>{{.ServiceName}}</p>
|
|
</body>
|
|
</html>
|