hi,
i'm trying to use the unordered_list filter, with little success :(i tried the provided example ( ['States', [['Kansas', [['Lawrence', []], ['Topeka', []]]], ['Illinois', []]]] ),
and it works, but i am unable to understand it. i wanted to create a simple flat <ul> list. i thought i can use ['Kansas','Illinois'], but it does not work :( so, how can i create a simple list? thanks, gabor

