header = $header; return $this; } final public function render() { require_celerity_resource('aphront-request-failure-view-css'); return '
'. '
'. phutil_tag('h1', array(), $this->header). '
'. '
'. $this->renderChildren(). '
'. '
'; } }