gitea源码

1234567891011
  1. {{template "base/head" .}}
  2. <div role="main" aria-label="{{.Title}}" class="page-content user signin{{if .LinkAccountMode}} icon{{end}}">
  3. <div class="ui middle very relaxed page grid">
  4. {{/* these styles are quite tricky and should also apply to the signup and link_account pages */}}
  5. <div class="column tw-flex tw-flex-col tw-gap-4 tw-max-w-2xl tw-m-auto">
  6. {{template "user/auth/signin_inner" .}}
  7. </div>
  8. </div>
  9. </div>
  10. {{template "base/footer" .}}