(define-service (hello-world)
  (<HTML>
     (<HEAD>
        (<TITLE> "Hello World"))
     (<BODY>
        "Hello World")))
