<html><head>
<title><?php $story->get_title() ?></title>
</head><body>
<?= $content ?>
<?php
   include_once("testing/sub/util.php");
   footer('BSD');
?>
</body></html>
