How Can I Output an HTML Comment in Compojure/Hiccup?
I'd like my program to output the following HTML: <!--[if lt IE 8]><link rel="stylesheet" href="../blueprint/ie.css" type="text/css" media="screen, projection"><![endif]--> Is there a way to output html comment literals with Hiccup? ...