scala/lift/cha6/src/main/webapp/templating/surround.html

<html>
<head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
  <script type="text/javascript" src="/classpath/jquery.js"></script>
  <title>walter's cha6 templating/surround.html</title>
</head>
<body>
<h1>h1 of walter's cha6 templating/surround.html</h1>
  <div>
    <lift:bind name="content" />
  <div />
  <lift:menu.builder />
</body>
</html>