<h1>
<?php echo htmlentities($this->title) ?>
<?php $params = $this->request->getPathParams(); ?>
<?php if (! empty($params[':controller'])): ?>
in <span class="location"><?php echo htmlentities( $this->controller = $params[':controller'] ) ?><?php if ($this->action = $params[':action']): ?>-><?php echo htmlentities($params[':action']) ?><?php endif ?></span>
<?php endif ?>
</h1>
<pre><?php echo htmlentities(wordwrap($this->message, 100, "\n")) ?></pre>
<?php echo $this->render(['partial' => 'trace']) ?>
<?php echo $this->render(['partial' => 'request_and_response']) ?>