find($productId); $this->twig->display('product.html.twig', ['product' => $product ?? []]); } }