addGlobal('session', $_SESSION); $template = $twig->load('home.html.twig'); echo $template->render(); } catch (Exception $e) { die ('ERROR: ' . $e->getMessage()); }