Listing 3.3. Zarys szablonu templates/layout.html
<head>
  <title>Projekt 3.1</title>
  <link rel="stylesheet" type="text/css" href="<?php echo $path_prefix; ?>css/style.css" />
</head>
<body>
  <?php include "../scripts/modules/$module/$action.html"; ?>
</body>