#macro body>
<#if templateConfig.rows?exists>
width="${templateConfig.width}%"<#else> width="75%"#if> >
<#list templateConfig.rows as row>
<#list row.panels as col>
<#if col.regions?exists>
<#list col.regions as r>
<@region id="${r.name}" scope="${r.scope}"/>
#list>
#if>
|
#list>
|
#list>
#if>
#macro>