(in-package #:vampire) (wknd:defendpoint home.html :using user-known :get :route "" :returns "text/html" :handle (page "V A M P I R E" (
($ :width "100%") () (
($ :height "70%" ) (

"hey " (user-name user)) (
(@ :method "POST" :action (wknd:route-to 'create.invite)) (

"Initiate an invitation...") ( "Bite Someone")) (

"Outstanding inBites:") ( user))))) (defun (user) (apply #'
    (mapcar (lambda (i) (
  • (key i))) (invites-by-maker user))))