How can I add conditional comments (or any kind of Html comment) to Shakespearean templates?
If I add
<!--[if IE 6]>
<link type="text/css" rel="stylesheet" href="..." media="screen">
<![endif]-->
to my hamlet template just an empty line is generated.