On 16 November 2011 17:43, David Eagle <davideaglepho...@gmail.com> wrote:
> <ul>
> % if cisList:
>    % for item in cisList:
>    <li>
>        ${item['name']}
>    </li>
>    %endfor
> % endif
> </ul>

Note that Chameleon understands the ${...} syntax, but not Mako's %
character – so you end up with an error because `item` is not defined
(i.e. name error).

\malthe

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to