environment = $environment; } public function get($path, array $vars = []) { $template = $this->environment->loadTemplate($path); return $template->render($vars); } }