package emailView templ RegistrationEmail(name string, link string) { Email Verification

Email Verification

Dear {name},

Please verify your email address by clicking the button below:

Verify Email

Or copy and paste this URL into a new tab of your browser:
{link}

If you did not request this verification, please disregard this email.

Thank you,
The Filekeeper Team

} templ ForgotPassword(name string, link string) { Email Verification

Password Change Request

Dear {name},

Please verify your password change request by clicking the button below:

Verify Password Change

Or copy and paste this URL into a new tab of your browser:
{link}

If you did not request this password change, please disregard this email.

Thank you,
The Filekeeper Team

}