mirror of
https://github.com/1f349/tulip.git
synced 2024-11-09 22:42:53 +00:00
10 lines
260 B
HTML
10 lines
260 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<body>
|
|
<p>Hello, {{.Name}}</p>
|
|
<p>Please open this link to <a href="{{.Data.ResetUrl}}" target="_blank">reset your password</a></p>
|
|
<p>This link is valid for 10 minutes.</p>
|
|
<p>Regards,<br/>{{.ServiceName}}</p>
|
|
</body>
|
|
</html>
|