https://github.com/joegasewicz/bobtail-jinja2
Bobtail middleware for Jinja2 templating
https://github.com/joegasewicz/bobtail-jinja2
bobtail jinja2 templating
Last synced: 6 months ago
JSON representation
Bobtail middleware for Jinja2 templating
- Host: GitHub
- URL: https://github.com/joegasewicz/bobtail-jinja2
- Owner: joegasewicz
- License: mit
- Created: 2023-02-01T00:23:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T16:07:37.000Z (over 2 years ago)
- Last Synced: 2025-02-10T14:53:19.665Z (8 months ago)
- Topics: bobtail, jinja2, templating
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bobtail-jinja2
Bobtail middleware for Jinja2 templating### Install
```bash
pip install bobtail-jinja2
```### Usage
```python
from bobtail_jinja2 import BobtailJinja2app = Bobtail(routes=routes)
app.use(BobtailJinja2(template_dir="templates"))
```