Artifact c3bacad07ecd8c53b0c640cdc5b582c92b751ed5:
- File applications/examples/views/template_examples/test_for.html — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 130) [annotate] [blame] [check-ins using]
{{extend 'layout.html'}} <h1>For loop</h1> {{for number in ['one','two','three']:}} <h2>{{=number.capitalize()}}</h2> {{pass}}