Markup: DTML
<dtml-in searchRes sort=title>
 <h1><dtml-var title html_quote></h1>
 <div>
 <dtml-if body>
   <dtml-var body fmt=structured_text>
 <dtml-else>
  No body here
 </dtml-if>
 </div>
</dtml-in>