mirror of
https://github.com/1f349/tulip.git
synced 2024-11-09 22:42:53 +00:00
11 lines
381 B
HTML
11 lines
381 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<body>
|
||
|
<p>Hello, {{.Name}}</p>
|
||
|
<p>Your account with {{.ServiceName}} has been disabled and marked for deletion.</p>
|
||
|
<p>Your account will be fully deleted within 48-hours.</p>
|
||
|
<p>You will no longer receive emails from {{.ServiceName}}, unless your email address is used to set up an account.</p>
|
||
|
<p>Regards,<br/>{{.ServiceName}}</p>
|
||
|
</body>
|
||
|
</html>
|