sterzycom/site/templates/imprint.php

14 lines
284 B
PHP
Raw Normal View History

2015-11-29 20:38:31 +01:00
<?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') ?>