BodyMiddleDiv
{{if $block.BodyLeftSet}}
{{include file=$block.BodyLeftSet}}
{{else}}
{{if isset($smarty.get.debug)}}MainTag BodyLeftSet not set{{/if}}
{{/if}}
{{if $block.BodyMiddleSet}}
{{include file=$block.BodyMiddleSet}}
{{else}}
{{if isset($smarty.get.debug)}}MainTag BodyMiddleSet not set{{/if}}
{{/if}}
{{if $block.BodyRightSet}}
{{include file=$block.BodyRightSet}}
{{else}}
{{if isset($smarty.get.debug)}}MainTag BodyRightSet not set{{/if}}
{{/if}}