This example shows how to use includes.
View output
<?php require_once('templum.php'); $templum = new Templum('view'); $tpl = $templum->template('parent'); print($tpl->render()); ?>
child.
@ $this->inc('child');