module.exports = (data)=>{ return `
Subline Logo

THE SUBLINE

Email Verification for ${data.name}

Please enter the following code on the previous page. Or use the link below to reopen the page.

CODE: ${data.code}

${data.link}

`; }