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