Outputs the html for a wisp condition.
(defmethod render-error ((werror werror)) "Outputs the html for a wisp condition." (render-html (:html (:title "Error. " werror) (:body (:div "Unhandled error: " werror)))))