From 5b9e67fd5129dec75169a1a070c70f910dff6da2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 4 May 2024 12:54:31 +0200 Subject: feat: frontend search implementation --- frontend/templates/blocks/options.gotmpl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 frontend/templates/blocks/options.gotmpl (limited to 'frontend/templates') diff --git a/frontend/templates/blocks/options.gotmpl b/frontend/templates/blocks/options.gotmpl new file mode 100644 index 0000000..3451eb3 --- /dev/null +++ b/frontend/templates/blocks/options.gotmpl @@ -0,0 +1,13 @@ +{{ define "results" }} + {{ range $opt, $data := .Results }} +
+ + {{ $opt }} + +

+ {{ $data.Description }} +

+
+ {{ end }} + +{{ end }} -- cgit 1.4.1