twig = $twig; } public function show( $model, $template ) { return $this->twig->render( $template, $model ); } }