16 lines
393 B
Cheetah
16 lines
393 B
Cheetah
{{define "title"}}Editor List{{end}}
|
|
|
|
{{define "main"}}
|
|
|
|
<h1>Login</h1>
|
|
|
|
<form action="" method="post">
|
|
<label for="name">Username</label>
|
|
<input id="name" name="name" type="text" placeholder="Username">
|
|
|
|
<label for="password">Password</label>
|
|
<input id="password" name="password" type="password" placeholder="Password">
|
|
|
|
<input type="submit" value="Login">
|
|
</form>
|
|
{{end}} |