Listing 4.10. Układ layout.html projektu 4.4
<head>
  <title>...</title>
  <link rel="stylesheet" type="text/css" href="{$path_prefix}css/style.css" />
</head>
<body>
  {include file="../modules/$module/$action.html"}
</body>