text($articleContent); include(__DIR__ . '/../layout/page.php'); } else { // TODO: Show error page echo '

File does not exist or is not readable: '.$articleFilename.'

'; } } }