You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
466 B

{{ template "header.html" . }}
<main>
<div class="info">
<form action="/ximport" method="POST">
<input type="hidden" name="CSRF" value="{{ .XCSRF }}">
<p><span class="title">import</span>
<p><input tabindex=1 type="text" name="xid" autocomplete=off> - xid
<p><button tabindex=1 name="fetch" value="fetch">fetch</button>
</form>
</div>
{{ range .Honkers }}
<section class="honk">
<p><a href="/h?xid={{ .XID }}">honks</a> by {{ .Handle }}
</section>
{{ end }}
</main>