Hi together

I have a list like that...

['on','two','tree']

when i do that in my templates

<a py:for="pagename in ['on','two','tree']" href="${std.url('/' +
pagename)}" py:content="pagename">Page Name Here.</a> |

i got

<A HREF="one">one</A><A HREF="two">two</A><A HREF="tree">tree</A> |

how i can get

<A HREF="one">one</A> | <A HREF="two">two</A> | <A HREF="tree">tree</A>

Thanks in Advanced...

Best regards Ivo

Reply via email to