Hi, I've been creating some nodejs servers in ClojureScript for some projects I'm working on, and it has worked quite well so far.
I now want to do some server-side templating, serving static html to the client. The problem I'm running into so far is that most of the templating libraries for ClojureScript (kioo, enfocus, etc.) seem to require the dom to perform manipulations on HTML. Other solutions like hiccups are less viable because I want to be easily able to mockup in HTML and also work with designers. I love the Enlive approach in Clojure; is there anything similar for cljs, or something I'm missing in one of the existing libraries? -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
