package tmpl import ( "html/template" "net/http" ) func RenderView(w http.ResponseWriter,render interface{}){ const html = `