source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/welcome/views/generic.html

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 380 bytes
Line 
1{{extend 'layout.html'}}
2{{"""
3
4You should not modify this file.
5It 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.