diff options
author | Miquel Lionel <lionelmiquel@sfr.fr> | 2021-02-18 17:25:32 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2021-02-18 17:25:32 +0100 |
commit | 4e513641d311f1a3895a13efb45179e7b88e5b6d (patch) | |
tree | 6f9bdd76b46072f7a2fbe42ce5f4cbbd8491a561 /views/i18n/combos.html | |
parent | c9129233298e6586e2242fd6892cd84531390b83 (diff) | |
download | honk_custom-4e513641d311f1a3895a13efb45179e7b88e5b6d.tar.gz honk_custom-4e513641d311f1a3895a13efb45179e7b88e5b6d.zip |
now this branch will work on tip
Diffstat (limited to 'views/i18n/combos.html')
-rw-r--r-- | views/i18n/combos.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/views/i18n/combos.html b/views/i18n/combos.html new file mode 100644 index 0000000..9cd227d --- /dev/null +++ b/views/i18n/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> |