Skip to content

Commit

Permalink
Added unique value blurb to gen'd page
Browse files Browse the repository at this point in the history
  • Loading branch information
zk committed Mar 7, 2013
1 parent fe6eff1 commit 9e135cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lein-template/src/leiningen/new/nsfw/app.cljs
@@ -1,5 +1,4 @@
(ns {{name}}.app (ns {{name}}.app
(:use [nsfw.util :only [log]])
(:require [nsfw.dom :as dom] (:require [nsfw.dom :as dom]
[nsfw.bind :as bind] [nsfw.bind :as bind]
[nsfw.util :as util])) [nsfw.util :as util]))
Expand All @@ -12,7 +11,8 @@
[:p [:p
"This file can be found at " [:code "src/cljs/{{sanitized}}/app.cljs"] ". " "This file can be found at " [:code "src/cljs/{{sanitized}}/app.cljs"] ". "
"Any changes to this file (and any other cljs files) will automatically be " "Any changes to this file (and any other cljs files) will automatically be "
"reloaded in your browser."]]) "reloaded in your browser."]
[:p "The unique value embedded from the backend is: " (util/page-data :unique-value)]])


(defn ^:export entry [] (defn ^:export entry []
(dom/append $body $page)) (dom/append $body $page))

0 comments on commit 9e135cc

Please sign in to comment.