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 <elff...@gmail.com> wrote:

> you can do
>
> response.render('your_qooxdoo_view.html',
> context=context, delimiters=('{%','%}')

Reply via email to