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