package templates // Available variables: // // ``` // User *models.User // AppName string // AppUrl string // Token string // ActionUrl string // ``` const UserPasswordResetBody = ` {{define "content"}}

Hello,

Click on the button below to reset your password.

Reset password {{.ActionUrl}}

If you didn’t ask to reset your password, you can ignore this email.

Thanks,
{{.AppName}} team

{{end}} `