added error handling
This commit is contained in:
parent
dcddc3da66
commit
453cb96ab8
3 changed files with 28 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
{{ define "body" }}
|
||||
<h1>Hello, 世界!</h1>
|
||||
<h1>Import MAL list</h1>
|
||||
<form action="/compare" method="get">
|
||||
<input name="name" placeholder="name" type="text">
|
||||
<button type="submit">Import</button>
|
||||
</form>
|
||||
{{ end }}
|
3
templates/pages/list.gohtml
Normal file
3
templates/pages/list.gohtml
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{ define "body" }}
|
||||
<h1>List for {{.List.User}}</h1>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue