scala/lift/versuch1/src/main/webapp/index.html

<html>
  <head>
    <title>Home Walter's Lift demo</title>
  </head>
  <body class="lift:content_id=main">
    <div id="main" class="lift:surround?with=default;at=content">
      <h2>Welcome to Walter's Lift Demo!</h2>
      <p>
         <span class="lift:helloWorld.howdy">
           Welcome to your Lift app at <span id="time">Time goes here</span>
         </span>
      </p>
    </div>
  </body>
</html>