Why doesn't generic.html beautify when len(vars)==1? When I send in one 
record, I'd like it to display beautified.

{{if len(response._vars)==1:}}
{{=response._vars.values()[0]}}
{{elif len(response._vars)>1:}}
{{=BEAUTIFY(response._vars)}}
{{pass}}

Reply via email to