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