{{template "mail/base.html" .}} {{define "title"}} {{if eq .Lang "zh-CN"}} {{.User.NickName}},重置账户密码 {{end}} {{if eq .Lang "en-US"}} {{.User.NickName}}, reset your password {{end}} {{end}} {{define "body"}} {{if eq .Lang "zh-CN"}}
点击链接重置密码,{{.ResetPwdCodeLives}} 分钟内有效
如果链接点击无反应,请复制到浏览器打开。
{{end}} {{if eq .Lang "en-US"}}Please click following link to reset your password in {{.ResetPwdCodeLives}} hours
Copy and paste it to your browser if it's not working.
{{end}} {{end}}