keyoxide-web/views/guide.php

8 lines
244 B
PHP
Raw Normal View History

<?php $this->layout('template.base', ['title' => $title]) ?>
<div class="content">
2020-07-11 11:33:56 -06:00
<h1><?php $this->insert("guides/$id.title") ?></h1>
<p><a href='/guides'>Back to guides</a></p>
<?php $this->insert("guides/$id.content") ?>
</div>