summaryrefslogtreecommitdiffstats
path: root/templates/user/auth/signup.tmpl
blob: 1ce3934f84c0a78d59da79234e2a3ed5b91bfce0 (plain)
1
2
3
4
5
6
7
8
9
{{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/signup_inner" .}}
		</div>
	</div>
</div>
{{template "base/footer" .}}