Skip to content

Instantly share code, notes, and snippets.

@wcbarksdale
wcbarksdale / hiccup.clj
Created August 12, 2012 21:39 — forked from ibdknox/hiccup.clj
generating html in noir
(use 'hiccup.core)
;; ****************************************************************
;; The basics
;; ****************************************************************
(html [:p])
=> "<p />"
;; Any elements after that become the content of the tag