Skip to content
Snippets Groups Projects
page.php 230 B
Newer Older
  • Learn to ignore specific revisions
  • <?= $this->extend('_layout') ?>
    
    <?= $this->section('title') ?>
    <?= $page->title ?>
    <?= $this->endSection() ?>
    
    <?= $this->section('content') ?>
    <div class="prose">
        <?= $page->content_html ?>
    </div>
    <?= $this->endSection() ?>