Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;; The controller
- (defroute "/elmyra" ()
- (load #P"templates/formulario.lisp"))
- ;; templates/form.lisp
- (cl-who:with-html-output-to-string (output nil :prologue t)
- (:html
- (:head (:title "Welcome to Caveman!"))
- (:body "Blah blah blah.")))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement