model('Teamtable'); $teams = $model->getAll(); $app->view('template/header', ['title' => 'Endre lagtabell']); $app->view('pages/teamtable/edit/index', ["teams" => $teams]); $app->view('template/footer');