render('SkobkinPointToolsBundle:Post:show.html.twig', [ 'post' => $this->getDoctrine()->getRepository('SkobkinPointToolsBundle:Blogs\Post')->getPostWithComments($post->getId()), ]); } }