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

THE SUBLINE

Email Verification for ${data.name}

Use the following link to verify your email:

${data.link}

`; }