inital commit
[pharext/pharext.org] / app / views / pages / wiki.phtml
1 <?php $this->layout("layout", ["location" => "pages"]) ?>
2
3 <div class="page-header">
4 <h1><?= $this->e($title) ?></h1>
5 </div>
6
7 <?= $this->md($page, true) ?>