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

<lift:surround with="default" at="content">
  <h2>Welcome to your project!</h2>

      <p>
      <lift:helloWorld.howdy>
        <span>Welcome to app at <b:time/></span>
      </lift:helloWorld.howdy>
    </p>

</lift:surround>