Files
web2py/applications/examples/views/template_examples/variables.html
2011-12-05 11:39:42 -06:00

5 lines
85 B
HTML

{{extend 'layout.html'}}
<h1>Your variables</h1>
<h2>a={{=a}}</h2>
<h2>a={{=b}}</h2>