aboutsummaryrefslogtreecommitdiff
path: root/templates/signin.tmpl
blob: a1999486fd489ad047abea9d383ecf4f70ba17d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{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}}