You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

signup.tmpl 235B

1234567
  1. {{template "base/head" .}}
  2. <div class="page-content user signin{{if .LinkAccountMode}} icon{{end}}">
  3. <div class="ui middle very relaxed page grid">
  4. {{template "user/auth/signup_inner" .}}
  5. </div>
  6. </div>
  7. {{template "base/footer" .}}