Looking for a Jinja online (or at least live) parser

jinja2, python

Solution

I ended up with building one myself. It's available on Github, and here is how it looks like:

Problem

I'm having a hard time understanding how some of the Jinja directives are working. In order to run a few tests (and, eventually, share the results, jsfiddle style), I'd really appreciate to have some online parser, but couldn't find anything on the Web. Does it even exist ?

Original source