File applications/examples/views/session_examples/counter.html artifact 209e13c459 part of check-in eba4a35a21
{{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}}