module.exports = ({siteTitle, email, url, accentColor = '#15212A', siteDomain, siteUrl}) => ` 🙌 Complete your sign up to ${siteTitle}!
 

Hey there!

Thanks for signing up for ${siteTitle} — use this link to complete the sign up process and be automatically signed in:

Activate my account

For your security, the link will expire in 24 hours time.

See you soon!
The team at ${siteTitle}


You can also copy & paste this URL into your browser:

${url}

If you did not make this request, you can simply delete this message. You will not be signed up, and no account will be created for you.

This message was sent from ${siteDomain} to ${email}

 
`;