container->get('skobkin_point_tools.api_user'); return $this->render('SkobkinPointToolsBundle:Post:show.html.twig', [ 'post' => $post, 'avatar_url' => $userApi->getAvatarUrl($post->getAuthor(), UserApi::AVATAR_SIZE_LARGE), ]); } }