File size: 421 Bytes
67d958d
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
    <title>Email Verification</title>
</head>
<body>
    <h1>Email Verification</h1>
    <p>Thank you for using our service. To complete the registration process, please verify your email address by clicking the link below:</p>
    <a href="https://yourapp.com/verify/{{ verification_token }}">Verify Email</a>
    <p>If you did not request this email, you can ignore it.</p>
</body>
</html>