;; -*- scheme -*- -p
;; index.shp 
;; index.shp will be the default page displayed 
;; notice we return an xexpr for this page
`(p "this is a test loaded another page = "
    ,(include! "/test/index") 
    ,(number->string (+ 1 2 3)))
