{** NOT USED {literal} {/literal} **}
{include file="header.html"}
{if $leftblock}
{if $topleftcontent} {include file=$topleftcontent} {/if} {include file="left.html"} {if $leftcontent} {include file=$leftcontent} {/if}
{/if}
{include file=$contentfile}
{if $rightblock}
{if $toprightcontent} {include file=$toprightcontent} {/if} {include file="right.html"} {if $rightcontent} {include file=$rightcontent} {/if}
{/if}
{if $leftblock}
{/if}
{if $rightblock}
{/if}
{include file="footer.html"}