bludit/themes/pure/php/page.php

11 lines
249 B
PHP
Raw Normal View History

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