and in the xml file
<#if searchItems?has_content>
<table style='page-break-before: always;'>
<tr>
<td style="padding-left0px;background color#d2dec3;font-weightbold;font size12px" class="borderfull" colspan="5">:</td>
</tr>
<#list Item as searchItems>
<tr>
<td class="borderbottom" style="font-size:12px" >
<table><tr><td style="vertical-aligntop;width0.5in">     • </td><td><p >${Item.formulatext}</p></td></tr></table>
</td>
</tr>
</#list>
</table>
</#if>