Liking cljdoc? Tell your friends :D
Clojure only.

prone.hiccough

A very minimal templating DSL inspired by hiccup. Using this to avoid depending on a specific version of a tool that most people already have in their web stack

A very minimal templating DSL inspired by hiccup. Using this to avoid
depending on a specific version of a tool that most people already have
in their web stack
raw docstring

renderclj

(render & forms)

Render one or more forms of data as markup. Translates hiccup-like [:div {} 'Hey'] to (tag :div {} 'Hey') and returns the resulting string. Also accepts raw strings, numbers, nils and other data

Render one or more forms of data as markup. Translates hiccup-like
[:div {} 'Hey'] to (tag :div {} 'Hey') and returns the resulting string.
Also accepts raw strings, numbers, nils and other data
sourceraw docstring

tagclj

(tag type attrs & contents)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close