daux.io/templates/error.php

10 lines
181 B
PHP

<?php $this->layout('theme::layout/05_page') ?>
<article>
<div class="page-header">
<h1><?= $page['title']; ?></h1>
</div>
<?= $page['content']; ?>
</article>