MobileBlur

test_for.html at [6548f791b4]
Login

File applications/examples/views/template_examples/test_for.html artifact c3bacad07e part of check-in 6548f791b4


{{extend 'layout.html'}}
<h1>For loop</h1>

{{for number in ['one','two','three']:}}
  <h2>{{=number.capitalize()}}</h2>
{{pass}}