1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-19 06:43:41 -04:00
gitea/templates/user/auth/signin.tmpl

10 lines
356 B
Handlebars
Raw Normal View History

2015-09-14 22:50:44 -04:00
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content user signin{{if .LinkAccountMode}} icon{{end}}">
<div class="ui middle very relaxed page grid">
<div class="column tw-flex tw-flex-col tw-gap-4 tw-max-w-2xl tw-m-auto">
{{template "user/auth/signin_inner" .}}
</div>
2017-03-17 10:16:08 -04:00
</div>
</div>
2015-09-14 22:50:44 -04:00
{{template "base/footer" .}}