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