Listing 14.30. Szablon layout.phtml przykładu 14 .1.
<!DOCTYPE...>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
  <head>
    <title>Tadeusz Różewicz: Wiersze</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl('css/style.css') ?>" />
  </head>
<body>

<div>
<h1>Tadeusz Różewicz</h1>

<?php echo $this->layout()->content; ?>

</div>

</body>
</html>