<% layout("./template") %>
<div style="
    margin: 24px 0;
">
    <div style="">
        <h2 style="
            margin: 0;
            font-weight: 500;
            font-size: 120%;
        ">
            Hello <%= name %>,
        </h2>
        <h4 style="
            margin: 16px 0;
            font-size: 120%;
        ">
            Welcome to the Sambekiel & Co.
        </h4>
        <p style="
            margin: 16px 0;
        ">
            Login to your Dashboard with the below detail: 
            <br/>
            <span style=" display: block" >
                email: <%= email  %>
                <br/>
                password: <%= password  %>
            </span>
            <br/>
            <br/>
            <br/>
            Do not share this details with others, including Sambekiel & Co Resources Limited employees.
            <br/>
            Change this password ASAP
        </p>
    </div>
</div>
