https://github.com/roniemartinez/custom-jinja2-extension-example
Sample application for the blog How to Write a Jinja2 Extension
https://github.com/roniemartinez/custom-jinja2-extension-example
flask jinja2 jinja2-extension python
Last synced: 3 months ago
JSON representation
Sample application for the blog How to Write a Jinja2 Extension
- Host: GitHub
- URL: https://github.com/roniemartinez/custom-jinja2-extension-example
- Owner: roniemartinez
- License: mit
- Created: 2019-05-09T02:32:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-29T19:32:30.000Z (5 months ago)
- Last Synced: 2025-02-19T08:57:47.195Z (3 months ago)
- Topics: flask, jinja2, jinja2-extension, python
- Language: Python
- Homepage: https://ron.sh/how-to-write-a-jinja2-extension/
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to Write a Jinja2 Extension
Sample application for the blog [How to Write a Jinja2 Extension](https://ron.sh/how-to-write-a-jinja2-extension/)
## Author
- [Ronie Martinez](mailto:[email protected])
## Dependencies
- [Flask](https://github.com/pallets/flask)
- [Jinja2](https://github.com/pallets/jinja)
- [markdown2](https://github.com/trentm/python-markdown2)