len(articles) is not necessary
{{if articles:}}
display whatever you want in a for loop
{{else:}}
display your static message
{{pass}}On Wed, May 30, 2012 at 12:04 PM, Niphlod <[email protected]> wrote: > {{if articles and len(articles)>0:}} > display whatever you want in a for loop > {{else:}} > display your static message > {{pass}} > -- Bruno Rocha [http://rochacbruno.com.br]

