buildStandardPageView(); $page->setApplicationName('Slowvote'); $page->setBaseURI('/vote/'); $page->setTitle(idx($data, 'title')); $page->setGlyph("\xE2\x9C\x94"); $doc_href = PhabricatorEnv::getDoclink('articles/Slowvote_User_Guide.html'); $page->setTabs( array( 'help' => array( 'name' => 'Help', 'href' => $doc_href, ), ), null); $page->appendChild($view); $response = new AphrontWebpageResponse(); return $response->setContent($page->render()); } }