Hello,We're trying to add an IE8 stylesheet inside conditional comments, but because the parser ignores contents inside comments, it is not converted to a css link correctly: Which gets rendered to: What would be the recommend approach here? I have tried pulling the comment into a different template w...