getRepository(Post::class)->findPageByUrl(['url'=> $url]); if(!$item) throw $this->createNotFoundException(); return $this->render('post/page.html.twig', [ 'item' => $item, ]); } }