load(); if ($tag !== null) { $bookmarks->filter($tag); } $bookmarks->sort($sort === 'asc'); $html = $template->render('index', compact('bookmarks')); respondAndExit(200, 'OK', $html);