all repos — honk @ v0.7.7

my fork of honk

views/xzone.html (view raw)

 1{{ template "header.html" . }}
 2<main>
 3<div class="info">
 4<form action="/ximport" method="POST">
 5<input type="hidden" name="CSRF" value="{{ .XCSRF }}">
 6<p><span class="title">import</span>
 7<p><input tabindex=1 type="text" name="xid" autocomplete=off> - xid
 8<p><input tabindex=1 type="submit" name="fetch" value="fetch">
 9</form>
10</div>
11{{ range .Honkers }}
12<section class="honk">
13<p><a href="/h?xid={{ . }}">honks</a> by {{ . }}
14</section>
15{{ end }}
16</main>