app\controllers\HomeController::index PHP Method

index() public method

public index ( $request, $response )
    public function index($request, $response)
    {
        return $this->view->render($response, 'home.twig');
    }
HomeController