Help for this page
$template->param(CONTIG => 1);
<TMPL_IF NAME="CONTIG"> ... do something, if CONTIG is true ... <TMPL_ELSE> ... do something when CONTIG is false ... </TMPL_IF>