true, 'cache' => false, 'auto_reload' => true ]); /* (3) Build the view and return it back ---------------------------------------------------------*/ /* (1) Render and return the view */ return $twig->render($base_path, [ 'core' => $this ]); } }