database->conn); $teams = $team_mapper->getAll(); $app->view('template/header', ['title' => 'Konfigurer']); $app->view('pages/race/configure/index', ["teams" => $teams]); $app->view('template/footer');