blob: 77f53ba37a8d0a4fa34ba07e7d21a5f2519b4654 (
plain) (
tree)
|
|
{{template "head.html" .}}
<h1>alps</h1>
<form method="post" action="">
<label for="username">Username:</label>
<input type="text" name="username" id="username"/>
<br><br>
<label for="password">Password:</label>
<input type="password" name="password" id="password"/>
<br><br>
<input type="submit" value="Login">
</form>
{{template "foot.html"}}
|