getData(); if ($router->isLost()) include("../src/templates/lost.php"); else { include("../src/templates/bonjour.php"); } ?>