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

Hello,

Thank you for joining us at {{.AppName}}.

Click on the button below to verify your email address.

Verify {{.ActionUrl}}

Thanks,
{{.AppName}} team

{{end}} `