(defun html-page (title &rest contents) (concat "\n" "\n" "" title "\n" "\n" "\n" (apply 'concat contents) "\n" "\n"))