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