find($id); if ($todo === null) { respondAndExit(404, 'Not Found'); } $html = $template->render('confirm_deletion', compact('todo')); respondAndExit(200, 'OK', $html);