aboutsummaryrefslogtreecommitdiff
path: root/i18n_views/combos.html
diff options
context:
space:
mode:
Diffstat (limited to 'i18n_views/combos.html')
-rw-r--r--i18n_views/combos.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/i18n_views/combos.html b/i18n_views/combos.html
new file mode 100644
index 0000000..9cd227d
--- /dev/null
+++ b/i18n_views/combos.html
@@ -0,0 +1,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>