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