(in-package #:vampire) (wknd:defendpoint home.html :using user-known :get :route "" :returns "text/html" :handle (page "V A M P I R E" (
"Initiate an invitation...") ( (@ :type "submit") "Bite Someone"))) ( "Outstanding inBites:") (apply #' (mapcar (lambda (i) ( (key i))) (invites-by-maker (user-with-name "alucard")))))))