| Revision 543,
380 bytes
checked in by jdalbey, 6 years ago
(diff) |
|
Add branch for web2py example application: Highways
|
| Line | |
|---|
| 1 | {{extend 'layout.html'}} |
|---|
| 2 | {{""" |
|---|
| 3 | |
|---|
| 4 | You should not modify this file. |
|---|
| 5 | It is used as default when a view is not provided for your controllers |
|---|
| 6 | |
|---|
| 7 | """}} |
|---|
| 8 | <h2>{{=' '.join(x.capitalize() for x in request.function.split('_'))}}</h2> |
|---|
| 9 | {{if len(response._vars)==1:}} |
|---|
| 10 | {{=BEAUTIFY(response._vars[next(iter(response._vars))])}} |
|---|
| 11 | {{elif len(response._vars)>1:}} |
|---|
| 12 | {{=BEAUTIFY(response._vars)}} |
|---|
| 13 | {{pass}} |
|---|
Note: See
TracBrowser
for help on using the repository browser.