Liking cljdoc? Tell your friends :D

hiccup.page

Functions for setting up HTML pages.

Functions for setting up HTML pages.
raw docstring

doctypeclj

source

html4cljmacro

(html4 & contents)

Create a HTML 4 document with the supplied contents. The first argument may be an optional attribute map.

Create a HTML 4 document with the supplied contents. The first argument
may be an optional attribute map.
sourceraw docstring

html5cljmacro

(html5 options & contents)

Create a HTML5 document with the supplied contents.

Create a HTML5 document with the supplied contents.
sourceraw docstring

include-cssclj

(include-css & styles)

Include a list of external stylesheet files.

Include a list of external stylesheet files.
sourceraw docstring

include-jsclj

(include-js & scripts)

Include a list of external javascript files.

Include a list of external javascript files.
sourceraw docstring

xhtmlcljmacro

(xhtml options & contents)

Create a XHTML 1.0 strict document with the supplied contents. The first argument may be an optional attribute may. The following attributes are treated specially: :lang - The language of the document :encoding - The character encoding of the document, defaults to UTF-8.

Create a XHTML 1.0 strict document with the supplied contents. The first
argument may be an optional attribute may. The following attributes are
treated specially:
  :lang     - The language of the document
  :encoding - The character encoding of the document, defaults to UTF-8.
sourceraw docstring

xhtml-tagclj

(xhtml-tag attr-map? lang & contents)

Create an XHTML element for the specified language.

Create an XHTML element for the specified language.
sourceraw docstring

xml-declarationclj

(xml-declaration encoding)

Create a standard XML declaration for the following encoding.

Create a standard XML declaration for the following encoding.
sourceraw docstring

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

× close