loadHelper('Html');
$cakeDescription = 'CakePHP: the rapid development php framework';
?>
= $this->Html->charset(); ?>
= $cakeDescription ?>:
= $this->fetch('title'); ?>
Html->meta('icon');
echo $this->Html->css('cake.generic');
echo $this->fetch('script');
?>
= $this->Flash->render(); ?>
= $this->fetch('content'); ?>