tulip/mail/templates/mail-reset-password.go.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>