From 4e513641d311f1a3895a13efb45179e7b88e5b6d Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Thu, 18 Feb 2021 17:25:32 +0100 Subject: now this branch will work on tip --- views/i18n/onts.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 views/i18n/onts.html (limited to 'views/i18n/onts.html') diff --git a/views/i18n/onts.html b/views/i18n/onts.html new file mode 100644 index 0000000..4a208c8 --- /dev/null +++ b/views/i18n/onts.html @@ -0,0 +1,16 @@ +{{ template "header.html" . }} +
+
+

{{ .i18n.Onts }} +{{ $letter := 0 }} +

    +{{ range .Onts }} +{{ if not (eq $letter (index .Name 0)) }} +{{ $letter = (index .Name 0) }} +
  • +{{ end }} +#{{ .Name }} ({{ .Count }}) +{{ end }} +

+
+
-- cgit v1.2.3-70-g09d2