mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-23 07:19:28 -07:00
7 lines
244 B
PHP
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>
|