all repos — honk @ 25e4eafabd12a1f5db9976d1677f65c4aa7c468c

my fork of honk

views/combos.html (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
{{ template "header.html" . }}
<main>
<div class="info">
<p>combos
</div>
{{ range .Combos }}
<section class="honk">
<header>
<p style="font-size: 1.8em">{{ . }}
</header>
<p>honks: <a href="/c/{{ . }}" rel=noreferrer>{{ . }}</a>
</section>
{{ end }}
</main>