Convert your HTML to Hiccup. Hiccup is an HTML representation in Clojure syntax using vectors [] to represent elements, and maps #{} to represent an element's attributes.
The resulting Hiccup is compatible with the following libraries: Hiccup, Reagent, Sablono. Know of any others? Let us know at info[at]buttercloud.com
Source code is available on github!