MobileBlur

test_for.html at [5a37a6a313]
Login

test_for.html at [5a37a6a313]

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


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

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