(in-package #:vampire)
(defun page (title &rest body)
(with-output-to-string (str)
(html
(
(
( ($ :width "777px" :height "899px" :margin "auto"
:display "flex" :justify-content "center")
(apply 'eval body))))
str)))
(defun
()
(
($ :height "100px" :width "100%" :display "flex" :justify-content "space-between")
"MENU"
( "V A M P I R E" (wknd:route-to 'home.html))
()))
(defun ()
(