Merge branch 'master' of https://github.com/josuer08/VSCPweb
[VSCPweb/.git] / vscpweb.go
index d4c3ad30d727ab80c57200e2450b0a83513ff242..a304d5ad90ac0062d291b4a52a0f22d93d791432 100644 (file)
@@ -165,6 +165,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)
 
 }