Using reader extensions added by mario-goulart on Tue Mar 25 15:32:05 2014


(use awful)

(enable-sxml #t)

(define (foo)
  #<#EOF
this is a text produced by foo
EOF
)

(define-page (main-page-path)
  (lambda ()
    (list #<#EOF
This is a "text".  And #(foo).
EOF
)))