hiccup.element
Functions for creating generic HTML elements.
javascript-tag
(javascript-tag script)
Wrap the supplied javascript up in script tags and a CDATA section.
link-to
(link-to attr-map? url & content)
Wraps some content in a HTML hyperlink with the supplied URL.
mail-to
(mail-to attr-map? e-mail & content)
Wraps some content in a HTML hyperlink with the supplied e-mail address. If no content provided use the e-mail address as content.