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

THE SUBLINE

Password Resest for ${data.name}

Follow the link below to go to reset your password.

${data.link}

`; }