/bottle-jinja-live

A small validator for jinja2 template

Primary LanguageHTMLBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

bottle-jinja-live

A small validator for jinja2 template, inspired by

http://stackoverflow.com/q/20145709/492620. The OP posted a repository with a flask application that does that, I could not resist and built it with bottle.py.

Usage:


	$ pip install bottle jinja2
	$ python app.py

Careful this application now listen to all incoming requests on 0.0.0.0.

You can run with Docker using:

	$ make build
	$ make run