package braillexr import ( "net/http" "github.com/spatialfree/dofdev/tem" ) // func Handler(ctx *gin.Context) { func Handler(w http.ResponseWriter, r *http.Request) { data := struct { }{} tem.Render( w, r, "braille_xr.html", "braille_xr", "braille_xr", "refreshable braille display for rendering and input with handtracking", data, ) }