diffusionRequest); $file_content = $file_query->loadFileContent(); $corpus = phutil_render_tag( 'textarea', array( ), phutil_escape_html($file_content->getCorpus())); // TODO: blame, color, line numbers, highlighting, etc etc return $this->buildStandardPageResponse( $corpus, array( 'title' => 'Browse', )); } }