<?= $this->extend("base"); ?> <?= $this->section("title"); ?>Home<?= $this->endSection(); ?> <?= $this->section("content"); ?> <h1 class="title">Hello World</h1> <?= $this->endSection(); ?>
info at phpclasses dot org