exports.emailTemplate = (subtitle, buttonText, url, footerText) => `

FunctionProject

${subtitle}

${buttonText}

${footerText}

`;