summaryrefslogtreecommitdiffstatshomepage
path: root/tekuti/template.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tekuti/template.scm')
-rw-r--r--tekuti/template.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tekuti/template.scm b/tekuti/template.scm
index aea0694..092da87 100644
--- a/tekuti/template.scm
+++ b/tekuti/template.scm
@@ -58,6 +58,6 @@
(a (@ ,(href "")) "wingolog"))
,(make-navbar)
(div (@ (id "content"))
- ,@(rref request 'body '(p "what")))
+ ,@(rref request 'body '((p "what"))))
(div (@ (id "footer"))
"powered by sxml")))))