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

Password Resest for ${data.name}

Please follow the link below to reset your password:

${data.link} `; }