2023-07-08 12:28:15 +00:00
|
|
|
{{define "title"}}Editor List{{end}}
|
2024-02-24 20:21:48 +00:00
|
|
|
{{define "head"}}{{end}}
|
2023-07-08 12:28:15 +00:00
|
|
|
|
|
|
|
{{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}}
|