An open API service indexing awesome lists of open source software.

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

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/)