From 7a1aa61172658b644bdaa1eaa588bbc31625d48c Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Wed, 18 Feb 2009 20:08:44 +0100 Subject: Subscription page: Instantiate all template variables. --- cljssss-g.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cljssss-g.clj b/cljssss-g.clj index f5c4775..ed5d08d 100644 --- a/cljssss-g.clj +++ b/cljssss-g.clj @@ -10,7 +10,8 @@ (GET "/" (.toString (doto (.getInstanceOf tgroup "index") - (.setAttributes {"title" "Subscriptions"})))) + (.setAttributes {"title" "Subscriptions", + "mainParagraph" "Hi there!"})))) (ANY "*" (page-not-found))) -- cgit v1.2.3