source: tmcsimulator/branches/LCSv2/views/generic.html @ 619

Revision 619, 380 bytes checked in by jdalbey, 6 years ago (diff)

Add branch LCSv2

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.