bludit/bl-themes/docsx/php/page.php

7 lines
180 B
PHP
Raw Normal View History

2018-02-17 11:32:05 +01:00
<h1 class="title text-uppercase"><?php echo $page->title(); ?></h1>
<div id="toc">
<ul id="toc-content"></ul>
</div>
<div id="page-content">
2018-02-08 00:20:00 +01:00
<?php echo $page->content(); ?>
2018-02-17 11:32:05 +01:00
</div>