5 lines
93 B
PHP
5 lines
93 B
PHP
<?= $this->extend('default') ?>
|
|
<?= $this->section('content') ?>
|
|
|
|
<?= $this->endSection() ?>
|