activate.tmpl 611 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>{{.Username}}, please activate your account</title>
  6. </head>
  7. <body>
  8. <p>Hi <b>{{.Username}}</b>, thanks for registering at {{AppName}}!</p>
  9. <p>Please click the following link to verify your e-mail address within <b>{{.ActiveCodeLives}} hours</b>:</p>
  10. <p><a href="{{AppURL}}user/activate?code={{.Code}}">{{AppURL}}user/activate?code={{.Code}}</a></p>
  11. <p>Not working? Try copying and pasting it to your browser.</p>
  12. <p>© 2017 <a target="_blank" href="{{AppURL}}">{{AppName}}</a></p>
  13. </body>
  14. </html>