| 
<!DOCTYPE html><html><head>
 
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
 <title><?php $this->start('title'); ?>No Title<?php $this->end('title'); ?></title>
 
 </head><body>
 <?php $this->start('content'); ?>
 No Content
 <?php $this->end('content'); ?>
 </body></html>
 |