bludit/themes/pure/php/page.php

12 lines
250 B
PHP
Raw Normal View History

2015-03-08 18:02:59 +01:00
<section class="page">
<header class="page-head">
<h1 class="page-title">
2015-05-19 01:22:05 +02:00
# <?php echo $Page->title() ?>
2015-03-08 18:02:59 +01:00
</h1>
</header>
<div class="page-content">
<?php echo $Page->content() ?>
</div>
2015-05-31 03:06:55 +02:00
</section>