summaryrefslogtreecommitdiff
path: root/src/pages/adventure-page.lisp
blob: fd9cb09bf276a9f5ed8891912c24864836221d42 (plain)
1
2
3
4
5
6
7
8
;;;; adventure-page.lisp -- shows a particular adventure

(in-package :dnd)

(defrender :page ((adventure adventure))
  (with-page (:title (title adventure))
    (:h1 (title adventure))
    (:p "uhh......")))