package Api import ( "net/http" ) func Layout(res http.ResponseWriter, req *http.Request) bool { //fmt.Println("layout") // //res.Write([]byte("layout")) return true }