{#list rows as row}
{#list row.components as component} {#if component.id != 0 } <{component.name} {#for key in component.attributes} {key}={component.attributes[key]} {/endfor} {#if component.text} {component.text} {#else} /> {/if} {#else} <{component.name} /> {/if} {/list}
{/list}