#if($existsCol1 && $r.visible("col1"))
$r.render("col1")
#end #if($existsCol2 && $r.visible("col2"))
$r.render("col2")
#end #if($existsCol3 && $r.visible("col3"))
## skip anchor: content
$r.render("col3")
## IE column clearing
 
#end
#if(($existsCol1 && $r.visible("col1")) || ($existsCol2 && $r.visible("col2"))) #end