all repos — honk @ 87d49d1d3d7a6b9564aa77230ff25d9a57af7291

my fork of honk

views/combos.html (view raw)

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