keyoxide-web/views/guide.php
Yarmo Mackenbach 583e8cbae2 Updated design
2020-07-11 19:33:56 +02:00

7 lines
244 B
PHP

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