<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
  <head>
    <title><?php echo $title ? $title : 'none'; ?>
</title>
  </head>
  <body>
    <div<?php $this->writeAttributes(array ('id' => 'header')); ?>>
      <h1>Site</h1>
    </div>
    <div<?php $this->writeAttributes(array ('id' => 'content')); ?>>
      <p>
        <strong>Hello, World!</strong>
      </p>
    </div>
    <div<?php $this->writeAttributes(array ('id' => 'footer')); ?>>
      <p>
        Footer
      </p>
    </div>
  </body>
</html>
<h1>foo</h1>
