<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt"%> <%@ taglib uri="infoglue-management" prefix="management"%> <%@ taglib uri="infoglue-content" prefix="content"%> <%@ taglib uri="infoglue-common" prefix="common"%> <%@ taglib uri="infoglue-page" prefix="page"%> <%@ taglib uri="infoglue-structure" prefix="structure"%> <div id="leftCol"> <div class="leftColInside"> <ig:slot id="leftColumn"></ig:slot> </div> </div> <div id="centerCol"> <div class="centerColInside"> <ig:slot id="centerColumn"></ig:slot> </div> </div> <div id="rightCol"> <div class="rightColInside"> <ig:slot id="rightColumn"></ig:slot> </div> </div> <div style="clear: both;"></div>