Listing 4.1. Szablon layout.phtml dla strony z listingu 3.3
<!DOCTYPE...>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
  <head>
    <title>Wyliczanka</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
<body>
<?php echo $this->layout()->content ?>
</body>
</html>