1<?php $this->extends('layout.php') ?>
2
3<?php $this->start('content') ?>
4    <?php $this->include('includes/extends.php') ?>
5<?php $this->end('content') ?>
6