buildStandardPageView(); $page->setApplicationName('Notifications'); $page->setBaseURI('/notifications/'); $page->setTitle(idx($data, 'title')); $page->setGlyph('!'); $page->appendChild($view); $response = new AphrontWebpageResponse(); return $response->setContent($page->render()); } }