sterzycom/site/templates/default.php

14 lines
284 B
PHP

<?php snippet('header') ?>
<main class="main" role="main">
<div class="mainwrapper">
<div class="text">
<h1><?php echo $page->title()->html() ?></h1>
<?php echo $page->text()->kirbytext() ?>
</div>
</div>
</main>
<?php snippet('footer') ?>