7 lines
80 B
PHP
7 lines
80 B
PHP
<?php
|
|
/**
|
|
* @var \App\View\AppView $this
|
|
*/
|
|
?>
|
|
<?= $this->fetch('content') ?>
|