hiccup.def

(source)
Macros for defining functions that generate HTML

For more info about this library see:

https://github.com/weavejester/hiccup/wiki
Public Variable Short Description
defelem (clj) Defines a function that will return a element vector.
defhtml (clj) Define a function, but wrap its output in an implicit [[hiccup.core/html]] macro.
wrap-attrs (clj) Add an optional attribute argument to a function that returns a element vector.