get('old', new Old()); $errors = $session->get('errors', new Errors()); $template = new Template($config['path_to_templates']); $todo = new Todo(); $html = $template->render('create', compact( 'todo', 'errors', 'old' )); respondAndExit(200, 'OK', $html);