<% layout("./template") %>
<div>
    <div style="">
        <h2 style="
            margin: 0;
            font-weight: 600;
            font-size: 120%;
        ">
            Hello <%= name %>,
        </h2>
        <p style="
            margin: 16px 0;
        ">
            Click on the button below to continue your password reset of use the link
            <center
                style="
                    margin: 1.5rem auto;
                "
            >
                <a
                    href="<%= link %>"
                    class="btn"
                    style="
                        background-color: #020617;
                        color: #ffffff;
                    "
                > Click Here </a>
            </center>
            <center
                style="
                    margin: 1.5rem auto;
                "
            >
                <a
                    href="<%= link %>"
                > <%= link %></a>
            </center>
            <br/>
        </p>
    </div>
</div>
