daux.io/templates/error.php
2015-07-20 20:51:49 +02:00

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>