^ PHPFramework\Application {#2
  +uri: ""
  +request: PHPFramework\Request {#4
    +uri: ""
  }
  +response: PHPFramework\Response {#5}
  +router: PHPFramework\Router {#6
    +request: PHPFramework\Request {#4}
    +response: PHPFramework\Response {#5}
    #routes: array:2 [
      "GET" => array:3 [
        "/" => Closure() {#8}
        "/about" => Closure() {#9}
        "/content" => array:2 [
          0 => "App\Controllers\ContactController"
          1 => "index"
        ]
      ]
      "POST" => array:1 [
        "/contact" => array:2 [
          0 => "App\Controllers\ContactController"
          1 => "send"
        ]
      ]
    ]
  }
  +view: PHPFramework\View {#7
    +layout: "default"
    +content: ""
  }
}
Main page