8
0
Fork 0
daux.io/templates/error.php

10 Zeilen
181 B
PHP

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