added tagcloud

This commit is contained in:
Massimo Di Pierro
2011-11-23 01:14:19 -06:00
parent 332c53c5e3
commit e9fadbc40b
132 changed files with 6645 additions and 1 deletions
@@ -0,0 +1,8 @@
{{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}}