{if $cssFile}
{/if}
{foreach $header as $title}
{$title}
{/foreach}
{foreach $data as $row}
{foreach $row as $cell}
{$cell}
{/foreach}
{/foreach}