mal-importer/templates/pages/index.gohtml

7 lines
196 B
Plaintext
Raw Normal View History

2018-12-03 12:29:17 +01:00
{{ define "body" }}
2018-12-03 15:26:52 +01:00
<h1>Import MAL list</h1>
<form action="/compare" method="get">
<input name="name" placeholder="name" type="text">
<button type="submit">Import</button>
</form>
2018-12-03 12:29:17 +01:00
{{ end }}