Hi,

In ClojureScriptOne view, the *snippets* macros are required (with 
'require-macros' ) in the view.cljs file.

My question is : how to use an Enlive  *html/deftemplate* * *in  this same 
file. 

For instance in snippets I have this macro: (html/deftemplate a-template & 
> forms...)


If in the *view.cljs* there is a *(:require-macros [one.sample.snippets] 
:as snippets)*
*
*
When I call *snippets/a-template * , it complains it can't find it.

I must add that I have reload the macros file to recompile it.


 

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to