all repos — honk @ 764308c6bd46e984cee267f517e3f2f224d1f198

my fork of honk

views/combos.html (view raw)

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