mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-01 02:57:17 +00:00
13 lines
332 B
Cheetah
13 lines
332 B
Cheetah
{{with .Data}}
|
|
{{template "header.tmpl" (WithContext .HeaderData $.Ctx)}}
|
|
<div class="page-title"> Signin </div>
|
|
|
|
<form class="signin-form" action="/signin" method="post">
|
|
<input type="text" name="instance" placeholder="instance" required>
|
|
<br>
|
|
<button type="submit"> Submit </button>
|
|
</form>
|
|
|
|
{{template "footer.tmpl"}}
|
|
{{end}}
|