daux.io/templates/error.php

12 lines
238 B
PHP
Raw Permalink Normal View History

2015-04-23 10:24:50 +02:00
<?php $this->layout('theme::layout/05_page') ?>
2016-05-23 20:09:15 +02:00
<article class="Page">
<div class="Page__header">
2015-07-20 15:59:52 +02:00
<h1><?= $page['title']; ?></h1>
2015-04-23 10:24:50 +02:00
</div>
2016-05-23 20:09:15 +02:00
<div class="s-content">
<?= $page['content']; ?>
</div>
2015-04-23 10:24:50 +02:00
</article>