{{template "mail/base.html" .}} {{define "title"}} {{if eq .Lang "zh-CN"}} {{.User.NickName}},激活你的账户 {{end}} {{if eq .Lang "en-US"}} {{.User.NickName}}, please active your account {{end}} {{end}} {{define "body"}} {{if eq .Lang "zh-CN"}}

点击链接验证email,{{.ActiveCodeLives}} 分钟内有效

{{.AppUrl}}active/{{.Code}}

如果链接点击无反应,请复制到浏览器打开。

{{end}} {{if eq .Lang "en-US"}}

Please click following link to verify your e-mail in {{.ActiveCodeLives}} hours

{{.AppUrl}}active/{{.Code}}

Copy and paste it to your browser if it's not working.

{{end}} {{end}}