Questions tagged [clostache]

1 questions
0
votes
1 answer

Get JSON object in Clojure

I have such code: (defn my-journey-page [locale] (render-string (read-template "myJourney") {:api (:api props) :feedback (:feedback props)})) ... (def props (get-props)) ... (def default-props {:api …
Hleb
  • 7,037
  • 12
  • 58
  • 117