hiccup.def
(source)Macros for defining functions that generate HTML
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. |