## begin: #col1 - first float column #if($existsCol1)
$r.render("col1")
#end ## end: #col1 ## begin: #col2 second float column #if($existsCol2)
$r.render("col2")
#end ## end: #col2 ## begin: #col3 static column #if($existsCol3)
## skip anchor: content
$r.render("col3")
## IE column clearing
 
#end ## end: #col3