added error handling

This commit is contained in:
David Alasow 2018-12-03 15:26:52 +01:00
parent dcddc3da66
commit 453cb96ab8
3 changed files with 28 additions and 5 deletions

View file

@ -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 }}

View file

@ -0,0 +1,3 @@
{{ define "body" }}
<h1>List for {{.List.User}}</h1>
{{ end }}