hiccup.page

(source)
Functions for setting up HTML pages.

For more info about this library see:

https://github.com/weavejester/hiccup/wiki
Public Variable Short Description
doctype (clj) Map of doctype strings.
html4 (clj) Create a HTML 4 document with the supplied contents.
html5 (clj) Create a HTML5 document with the supplied contents.
include-css (clj) Include a list of external stylesheet files.
include-js (clj) Include a list of external javascript files.
xhtml (clj) Create a XHTML 1.0 strict document with the supplied contents.
xml-declaration (clj) Create a standard XML declaration for the following encoding.