Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oz123/bottle-jinja-live
A small validator for jinja2 template
https://github.com/oz123/bottle-jinja-live
bottlepy jinja2 jquery python
Last synced: 13 days ago
JSON representation
A small validator for jinja2 template
- Host: GitHub
- URL: https://github.com/oz123/bottle-jinja-live
- Owner: oz123
- License: bsd-3-clause
- Created: 2017-02-10T05:51:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T22:53:00.000Z (over 2 years ago)
- Last Synced: 2024-10-11T11:20:25.399Z (about 1 month ago)
- Topics: bottlepy, jinja2, jquery, python
- Language: HTML
- Size: 859 KB
- Stars: 15
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bottle-jinja-live
A small live editor for jinja2 templates, 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 listens to all incoming requests on 0.0.0.0.
You can run with Docker using:
```
$ make build
$ make run
```