On Fri, Dec 9, 2011 at 12:20 PM, Phyo Arkar <[email protected]>wrote:
> cool thanks.
> so this would render templates like this right?
>
> <script type="template" id="task">
> <li>
> {% for v in vals %}
> <input id="{{id}}" type="checkbox" {{#done}}checked{{/done}}>
> <label for="{{id}}">{%=v%}</label>
> {%pass%}
>
> </li>
> </script>
>
>
>
> On Fri, Dec 9, 2011 at 4:42 PM, Vasile Ermicioi <[email protected]> wrote:
>
>> you can do
>>
>> response.render('your_qooxdoo_view.html',
>> context=context, delimiters=('{%','%}')
>
>
>
yes