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

Hello,

Follow this link to reset your admin password for {{.AppName}}.

Reset password

If you did not request to reset your password, please ignore this email and the link will expire on its own.

{{end}} `