bloat/templates/signin.tmpl

10 lines
248 B
Cheetah
Raw Normal View History

2019-12-13 18:08:26 +00:00
{{template "header.tmpl"}}
<h3> Signin </h3>
<a href="/"> Home </a>
<form action="/signin" method="post">
<input type="text" name="instance" placeholder="instance">
<br>
<button type="submit"> Submit </button>
</form>
{{template "footer.tmpl"}}