summaryrefslogtreecommitdiff
path: root/src/render.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render.lisp')
-rw-r--r--src/render.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render.lisp b/src/render.lisp
index 71f07b4..a073f31 100644
--- a/src/render.lisp
+++ b/src/render.lisp
@@ -22,4 +22,5 @@ be a keyword for usin in EQL method specializers."))
(:head
(:title ,title-var))
(:body
+ (page-nav)
,@body))))))