1
1
mirror of https://github.com/go-gitea/gitea synced 2024-09-21 19:26:06 +00:00
gitea/templates/user/auth/signin.tmpl

10 lines
356 B
Handlebars
Raw Normal View History

2015-09-15 02:50:44 +00: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 14:16:08 +00:00
</div>
</div>
2015-09-15 02:50:44 +00:00
{{template "base/footer" .}}