Skip to content

Instantly share code, notes, and snippets.

(defn- xhtml-template [head title body]
{:status 200
:headers {"Content-Type" "text/html; charset=utf-8"}
:body
(html
(doctype :xhtml-strict)
(xhtml-tag "en"
[:head
[:meta {:http-equiv "Content-Type" :content "text/html; charset=utf-8"}]
[:title title]