html.pug 616 B

1234567891011121314151617
  1. extends ../common/greetings
  2. block title
  3. | Account verification
  4. block content
  5. p Welcome to #{instanceName}!
  6. p.
  7. You just created an account at #[a(href=WEBSERVER.URL) #{instanceName}].
  8. Your username there is: #{username}.
  9. p.
  10. To start using your account you must verify your email first!
  11. Please follow #[a(href=verifyEmailUrl) this link] to verify this email belongs to you.
  12. p.
  13. If you can't see the verification link above you can use the following link #[a(href=verifyEmailUrl) #{verifyEmailUrl}]
  14. p.
  15. If you are not the person who initiated this request, please ignore this email.