custom page added by mario-goulart on Wed May 2 19:03:53 2012

(use awful sxml-transforms)

(define (define-solaronite-page path content)
  (define-page path
    (lambda (#!optional path)
      (sxml->html
       `(,the-doctype
	 (html
	  (head (title ,(the-title path)))
	  (body ,(content))))))))