Is it possible to have Jinja2 ignore sections of a template that have {} in them (for instance, inline javascript)
问题 I added a facebook button to my page by copying/pasting the code they supply on their website. It looks like this: "http://www.facebook.com/dialog/feed?app_id={{fbapp_id}}&link={{link_url}}&message={{share_message|urlencode}}&display=popup&redirect_uri={{link_url}} As you can see, it's got the {} in there that Jinja looks for. However, being that I don't want any of the above code replaced with anything, is there something I can add into my template which tells Jinja to ignore everything