mal-importer/templates/pages/index.gohtml

7 lines
196 B
Plaintext

{{ define "body" }}
<h1>Import MAL list</h1>
<form action="/compare" method="get">
<input name="name" placeholder="name" type="text">
<button type="submit">Import</button>
</form>
{{ end }}