https://github.com/eniompw/simplejinja
Simple Example of using Jinja with Python Flask
https://github.com/eniompw/simplejinja
Last synced: 11 months ago
JSON representation
Simple Example of using Jinja with Python Flask
- Host: GitHub
- URL: https://github.com/eniompw/simplejinja
- Owner: eniompw
- License: mit
- Created: 2023-01-05T17:56:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T09:41:48.000Z (over 3 years ago)
- Last Synced: 2025-03-27T04:43:46.952Z (about 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Jinja Example
Simple Example of using Jinja with Python Flask.
Sending a list from app.py to index.html.
Displayed as a list or outputting each element individually in index.html.
* [Flask app.py](https://github.com/eniompw/SimpleJinja/blob/main/app.py)
* [HTML index.html](https://github.com/eniompw/SimpleJinja/blob/main/templates/index.html)
## Ref:
* [Jinja](https://jinja.palletsprojects.com/en/3.1.x/templates/)