2020-01-14 16:57:16 +00:00
|
|
|
{{with .Data}}
|
|
|
|
{{template "header.tmpl" (WithContext .HeaderData $.Ctx)}}
|
2019-12-13 20:04:28 +00:00
|
|
|
<div class="page-title"> Signin </div>
|
|
|
|
|
|
|
|
<form class="signin-form" action="/signin" method="post">
|
2019-12-21 09:54:52 +00:00
|
|
|
<input type="text" name="instance" placeholder="instance" required>
|
2019-12-13 18:08:26 +00:00
|
|
|
<br>
|
|
|
|
<button type="submit"> Submit </button>
|
|
|
|
</form>
|
2019-12-13 20:04:28 +00:00
|
|
|
|
2019-12-13 18:08:26 +00:00
|
|
|
{{template "footer.tmpl"}}
|
2020-01-14 16:57:16 +00:00
|
|
|
{{end}}
|