honk/views/combos.html

14 lines
218 B
HTML
Raw Normal View History

2019-05-01 00:48:13 +02:00
{{ template "header.html" . }}
<main>
<div class="info">
<p>combos
</div>
{{ range .Combos }}
<section class="honk">
<header>
<p class="font18em"><a href="/c/{{ . }}">{{ . }}</a>
2019-05-01 00:48:13 +02:00
</header>
</section>
{{ end }}
</main>