<?= $this->include('layout/header'); ?>

<?= $this->renderSection('content'); ?>

<?= $this->include('layout/footer'); ?>