castopod/app/Views/page.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() ?>