From 29953a4df96816469d28bc26e152879414e53610 Mon Sep 17 00:00:00 2001 From: josuer08 Date: Mon, 24 Jul 2023 00:40:49 -0400 Subject: [PATCH] This is just a comment --- vscpweb.go | 1 + 1 file changed, 1 insertion(+) diff --git a/vscpweb.go b/vscpweb.go index 5a3f2dd..f27e55a 100644 --- a/vscpweb.go +++ b/vscpweb.go @@ -154,6 +154,7 @@ func indexHandler(w http.ResponseWriter, r *http.Request) { w.WriteHeader(http.StatusOK) passarg := "some passing argument" indexTemplate := template.Must(template.ParseFiles("templates/views/index.html")) + //check for go partial templates so you can extract blocks you want to use indexTemplate.Execute(w, passarg) } -- 2.25.1