bludit/themes/pure/php/page.php
Diego Najar 29d06b62a3 mac
2015-03-08 14:02:59 -03:00

12 lines
248 B
PHP

<section class="page">
<header class="page-head">
<h1 class="page-title">
<?php echo $Page->title() ?>
</h1>
</header>
<div class="page-content">
<?php echo $Page->content() ?>
</div>
</section>