SP/web2py/applications/examples/views/session_examples/counter.html
Saturneic 064f602b1a Add.
2018-10-25 23:33:13 +08:00

9 lines
197 B
HTML

{{extend 'layout.html'}}
<h1>session counter</h1>
<h2>{{for i in range(counter):}}{{=i}}... {{pass}}</h2>
<a href="{{=URL(r=request)}}">{{=T('click me to count')}}</a>
{{block sidebar}} {{end}}