A lightweight live parser for Jinja2 based on Flask and Jquery.
All you need is Python and preferably pip.
$ git clone git@github.com:abourguignon/jinja2-live-parser.git
$ pip install -r requirements.txt
$ python parser.py
docker build -t mydocker/j2parser .
docker run -d -p 49153:5000 mydocker/j2parser
Or simply pull
it from registry (without building)
docker run -d -p 49153:5000 sahilsk/j2parser
You are all set, go to http://localhost:5000/
and have fun.