<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  </head>
  <body>
    <h3>Dear <%= name %>,</h3>
    <p>
      You have requested us to send a link to reset your password for your Circo
      account, click on the button below.
    </p>
    <p>Please note that this token will expire in the next 30 minutes</p>
    <a
      style="
        display: inline-block;
        padding: 7px 20px;
        border-radius: 20px;
        text-decoration: none;
        background-color: #243ca5;
        color: #fff;
      "
      href="<%= token %>"
    >
      Reset password
    </a>
    <p>If you didn't initiate the request, you can safely ignore the mail</p>
    <p>
      Best regards, <br />
      Jofak Enterprise
    </p>
    <br />
    <p>
      &copy; <%= new Date().getFullYear() %> Jofak Enterprise | All rights
      reserved
    </p>
  </body>
</html>
