{{extend 'layout.html'}} <h1>For loop</h1> {{for number in ['one','two','three']:}} <h2>{{=number.capitalize()}}</h2> {{pass}}