From 1f42c5e000c3fc09e201a8e87eb79ea05cad7e35 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Fri, 20 May 2022 17:43:47 -0600 Subject: Add tag selector to index --- srv/src/http/tpl/index.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'srv/src/http/tpl') diff --git a/srv/src/http/tpl/index.html b/srv/src/http/tpl/index.html index e27cbef..c75affc 100644 --- a/srv/src/http/tpl/index.html +++ b/srv/src/http/tpl/index.html @@ -1,5 +1,12 @@ {{ define "body" }} +

+ By Tag: + {{ range .Payload.Tags }} + {{ . }} + {{ end }} +

+