mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00
12 lines
230 B
PHP
12 lines
230 B
PHP
![]() |
<?= $this->extend('_layout') ?>
|
||
|
|
||
|
<?= $this->section('title') ?>
|
||
|
<?= $page->title ?>
|
||
|
<?= $this->endSection() ?>
|
||
|
|
||
|
<?= $this->section('content') ?>
|
||
|
<div class="prose">
|
||
|
<?= $page->content_html ?>
|
||
|
</div>
|
||
|
<?= $this->endSection() ?>
|