alps/public/login.html
Simon Ser a176409933
Drop define in templates
Just use the full filename instead, this is simpler and more explicit.
2019-12-09 15:00:01 +01:00

15 lines
276 B
HTML

{{template "head.html"}}
<h1>koushin</h1>
<form method="post" action="/login">
<p>Username:</p>
<input type="text" name="username">
<p>Password:</p>
<input type="password" name="password">
<br><br>
<input type="submit" value="Login">
</form>
{{template "foot.html"}}