(defn html-content "Replaces the content of the element. Values are strings containing html code." [& values] #(assoc % :content (apply html-snippet values)))
Comments top
No comments for html-content. Log in to add a comment.