Files

10 lines
356 B
Handlebars
Raw Permalink Normal View History

{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content user signin{{if .LinkAccountMode}} icon{{end}}">
2020-11-14 02:46:40 +00:00
<div class="ui middle very relaxed page grid">
2024-07-05 19:10:09 +02:00
<div class="column tw-flex tw-flex-col tw-gap-4 tw-max-w-2xl tw-m-auto">
{{template "user/auth/signup_inner" .}}
</div>
2020-11-14 02:46:40 +00:00
</div>
</div>
2015-12-07 23:30:52 +01:00
{{template "base/footer" .}}