Advertisement
Guest User

Untitled

a guest
Mar 21st, 2022
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.25 KB | None | 0 0
  1. ;; The controller
  2. (defroute "/elmyra" ()
  3.   (load #P"templates/formulario.lisp"))
  4.  
  5. ;; templates/form.lisp
  6. (cl-who:with-html-output-to-string (output nil :prologue t)
  7.   (:html
  8.    (:head (:title "Welcome to Caveman!"))
  9.    (:body "Blah blah blah.")))
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement