*SELECT(*[OPTION(i) for i in ['a', 'b', 'c']])* On Thu, Dec 29, 2011 at 4:52 AM, Dan <[email protected]> wrote:
> <select>
> {{for i in ['a','b','c']:}}
> <option>{{=i}} </option>
> {{pass}}
> </select>
>
--
Bruno Rocha
[http://rochacbruno.com.br]

