Inital commit
This commit is contained in:
3
views/static/home.gtpl
Normal file
3
views/static/home.gtpl
Normal file
@@ -0,0 +1,3 @@
|
||||
{{define "content"}}
|
||||
|
||||
{{end}}
|
13
views/static/login.gtpl
Normal file
13
views/static/login.gtpl
Normal file
@@ -0,0 +1,13 @@
|
||||
{{define "content"}}
|
||||
<h1>Login</h1>
|
||||
{{.Err}}
|
||||
<form action="/login" method="post">
|
||||
<div>Username or Email</div>
|
||||
<input type="text" name="email">
|
||||
<div>Password</div>
|
||||
<input type="password" name="password">
|
||||
<br>
|
||||
<button type="submit">Login</button>
|
||||
</form>
|
||||
|
||||
{{end}}
|
Reference in New Issue
Block a user