Skip to content

Instantly share code, notes, and snippets.

@zc00gii
Created June 2, 2010 23:41
Show Gist options
  • Save zc00gii/423198 to your computer and use it in GitHub Desktop.
Save zc00gii/423198 to your computer and use it in GitHub Desktop.
(define-easy-handler (test-page :uri "/") (entered-text)
(setf (content-type*) "text/html")
(html-string
(:html
(:head
(:title "Hello world!"))
(:body
(:h "Foo Bar")
(:p "Text you entered:" (:br)
(str entered-text))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment