Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T19:15:29.000Z (8 months ago)
- Last Synced: 2024-10-12T13:44:47.535Z (2 months ago)
- Topics: flask, jinja2, jinja2-extension, python
- Language: Python
- Homepage: https://ron.sh/how-to-write-a-jinja2-extension/
- Size: 85 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)