Brent M Hendricks wrote:
> <H4 tal:content="python:test(len(result)==0, path('template/title'),
> 'Untitled')">Dummy Title</H4>
This could also be expressed as:
<h4 tal:content="python:test(result, default,
path('template/title'))">Untitled</h4>
Cheers,
Evan @ digicool