Markup: ZPT
l
<tr tal:repeat=“item here/searchRes”>
l
<td tal:content=“item/title”>
l
Dynamic Content
l
<td>
l
<div tal:condition=“item/body”
l
tal:replace=“item/body”>
l
More Dynamic Content
l
</div>
l
</td>
l
</tr>