On Friday, August 12, 2011 8:59:25 PM UTC-4, TheMexican wrote:
>
> {{extend 'layout.html'}}
> <h1>This is the default/first.html template</h1>
> {{=form}}
This displays the form once, and...
> {{=BEAUTIFY(response._vars)}}
this displays it a second time.
response._vars stores the dictionary returned by your first() function
(which includes the form). There is no need for that last line.
Anthony

