;;;; pages/goddess-shrine.lisp (in-package :dnd) (defrender t ((page (eql :goddess-shrine))) (with-page (:title "A Sacred Shrine") (:header (:h1 "Pray and become a hero...")) (:form :method "POST" :action "/goddess-shrine" (:label :for "NAME" "Enter the epithet by which the ages shall know thy hero:") (:input :name "NAME") (:button :type "submit" "Pray To The Goddess"))))