8 lines
128 B
PHP
8 lines
128 B
PHP
<?= $this->extend('layouts/raven') ?>
|
|
|
|
<?= $this->section('content') ?>
|
|
|
|
<h1>PAGE RAVEN CI4 OK</h1>
|
|
|
|
<?= $this->endSection() ?>
|