<div class="controls">
<?= $this->tabs ?>
<h1><?= $title ?></h1>
</div>
<div class="content">
<pre>
<?= $this->escape($file->getContent()) ?>
</pre>