Hi -- I'm using quixote with the quixote_tal.py module. It appears that the tal:repeat statement requires a callable expression, rather than just a sequence: tal:repeat="image self/images" works if images is a function returning a list, but not if images is itself a list. If images is a list itself, then i'll get an error. The error manifests itself as multiple redirects of the url in question with slashes appended each time until the browser reaches the redirection limit. --