All of the popular Clojure web frameworks I am seeing use hiccup to generate HTML. I find hiccup is hard to have a front end design person adjust to, compared to other frameworks that parse the syntax out of templates.
Is there a clojure web framework that doesn't require the front end developer to learn LISP?
Check out Enlive. It will allow your designer to work in pure HTML.