mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-23 07:19:28 -07:00
8 lines
205 B
PHP
8 lines
205 B
PHP
|
<?php $this->layout('template.base', ['title' => $title]) ?>
|
||
|
|
||
|
<h1><?=$this->escape($guide_title)?></h1>
|
||
|
<div class="content">
|
||
|
<p><a href='/guides'>Back to guides</a></p>
|
||
|
<?=$guide_content?>
|
||
|
</div>
|