get('errors', new Errors()); $template = new Template($config['path_to_templates']); $bookmark = new Bookmark(); $html = $template->render('create', compact( 'bookmark', 'errors' )); respondAndExit(200, 'OK', $html);