{{if $block.LeftSet}}
{{include file=$block.LeftSet}}
{{else}}
{{if isset($smarty.get.debug)}}SubTag LeftSet not set{{/if}}
{{/if}}
{{if $block.MiddleSet}}
{{include file=$block.MiddleSet}}
{{else}}
{{if isset($smarty.get.debug)}}SubTag MiddleSet not set{{/if}}
{{/if}}
{{if $block.RightSet}}
{{include file=$block.RightSet}}
{{else}}
{{if isset($smarty.get.debug)}}SubTag RightSet not set{{/if}}
{{/if}}