From 8e9c2e827da72980f9efb3bb6859a289f930119a Mon Sep 17 00:00:00 2001 From: "Grail Finder (aider)" Date: Sat, 29 Mar 2025 14:40:08 +0300 Subject: feat: add interactive option buttons with HTMX --- components/index.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/components/index.html b/components/index.html index 0e58af2..5626dbd 100644 --- a/components/index.html +++ b/components/index.html @@ -14,7 +14,17 @@ {{.Text}}
- here we need to iterate through {{.Options}} and make them selectable; ai!<--> + {{range $index, $option := .Options}} + + {{end}}
-- cgit v1.2.3