Hi, On 24.02.2010 01:37, kevin wrote:
{% set url='http://apps.facebook.com/abdc' %} {% set x=''' <fb:req-choice url='%s'> ''' % (url) %}can you tell what is wrong? thanks!
There are no triple quotes in Jinja :) It's not Python after all. Regards, Armin -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pocoo-libs?hl=en.
