;; -*- scheme -*- -p 
($content-type "text/xml; charset=utf-8")

`(p "you've reached the test/ directory page and the following are the pathinfos: " 
    ,(format "~a" ($pathinfo))
    (br)
    ,(url->string ($uri))
    (br)
    "query: " 
    (b ,(include! "/test/hello" "10" "whats' up" "hello world" "let's see what's going on")
       )
    ,(format "~a" ($query* "hello"))
    )
