{* DataTables Header Template This template will use the $content.columns variable which contains the serialized column definitions, in order to generate the table headings row of the thead element. *} {foreach $content.columns as $column} {$column.title} {/foreach} {include file="./datatables_page_navigation.html"}