Hiccup 2.0.0-RC1
Released under the Eclipse Public License
A fast library for rendering HTML in Clojure.
Installation
To install, add the following dependency to your project or build file:
[hiccup "2.0.0-RC1"]
Topics
Namespaces
hiccup.core
Library for rendering a tree of vectors into a string of HTML. Pre-compiles where possible for performance.
hiccup2.core
Library for rendering a tree of vectors into HTML. Pre-compiles where possible for performance. Strings are automatically escaped.