1 2 3 4 5 6 7 8 9
{{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"}}