aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cljssss-g.clj3
1 files changed, 2 insertions, 1 deletions
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)))