package server /* returns a string of rendered html */ func render(luapath string) (string, error) { return "", nil }