8 lines
137 B

<div class="narrow">
<?= partial('partials/header') ?>
<h2><?= $this->error ?></h2>
<p><?= $this->errorDescription ?></p>
</div>