14 lines
293 B
PHP
14 lines
293 B
PHP
|
<h1 class="content-subhead">Page</h1>
|
||
|
|
||
|
<section class="post">
|
||
|
<header class="post-header">
|
||
|
<h2 class="post-title">
|
||
|
<?php echo $Page->title() ?>
|
||
|
</h2>
|
||
|
</header>
|
||
|
|
||
|
<div class="post-description">
|
||
|
<?php echo $Page->content() ?>
|
||
|
</div>
|
||
|
</section>
|