diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2009-02-18 20:08:44 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2009-02-18 20:08:44 +0100 |
commit | 7a1aa61172658b644bdaa1eaa588bbc31625d48c (patch) | |
tree | 275665926522284929b5f38aa6092361680fe142 | |
parent | 1e7decfcda6029d3dfe8032e85d9e20f728d3dbd (diff) |
Subscription page: Instantiate all template variables.
-rw-r--r-- | cljssss-g.clj | 3 |
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))) |