2015-04-23 10:24:50 +02:00
|
|
|
<?php $this->layout('theme::layout/05_page') ?>
|
|
|
|
|
|
|
|
<article>
|
|
|
|
<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>
|
|
|
|
|
2015-07-20 15:59:52 +02:00
|
|
|
<?= $page['content']; ?>
|
2015-04-23 10:24:50 +02:00
|
|
|
</article>
|