SP/web2py/applications/examples/views/form_examples/form.html

10 lines
93 B
HTML
Raw Normal View History

2018-10-25 15:33:07 +00:00
{{extend 'layout.html'}}
<h2>form.vars</h2>
<pre>{{=vars}}</pre>
<h2>form</h2>
{{=form}}