Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackersandslackers/flask-jinja-tutorial
:shinto_shrine: Serve dynamic web pages in Flask by mastering Flask's built-in templating engine.
https://github.com/hackersandslackers/flask-jinja-tutorial
flask jinja jinja2 jinja2-templates jinja2-templating-engine
Last synced: 2 months ago
JSON representation
:shinto_shrine: Serve dynamic web pages in Flask by mastering Flask's built-in templating engine.
- Host: GitHub
- URL: https://github.com/hackersandslackers/flask-jinja-tutorial
- Owner: hackersandslackers
- License: mit
- Created: 2020-02-15T18:02:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:55:27.000Z (about 1 year ago)
- Last Synced: 2024-08-09T02:18:11.076Z (5 months ago)
- Topics: flask, jinja, jinja2, jinja2-templates, jinja2-templating-engine
- Language: Makefile
- Homepage: https://hackersandslackers.com/flask-jinja-templates/
- Size: 175 KB
- Stars: 53
- Watchers: 6
- Forks: 17
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - hackersandslackers/flask-jinja-tutorial - :shinto_shrine: Serve dynamic web pages in Flask by mastering Flask's built-in templating engine. (Makefile)
README
# Flask Jinja Tutorial
![Python](https://img.shields.io/badge/Python-v3.10-blue.svg?logo=python&longCache=true&logoColor=white&colorB=5e81ac&style=flat-square&colorA=4c566a)
![Flask](https://img.shields.io/badge/Flask-v2.3.3-blue.svg?longCache=true&logo=flask&style=flat-square&logoColor=white&colorB=5e81ac&colorA=4c566a)
![GitHub Last Commit](https://img.shields.io/github/last-commit/google/skia.svg?style=flat-square&colorA=4c566a&colorB=a3be8c&logo=GitHub)
[![GitHub Issues](https://img.shields.io/github/issues/hackersandslackers/flask-jinja-tutorial.svg?style=flat-square&colorA=4c566a&logo=GitHub&colorB=ebcb8b)](https://github.com/hackersandslackers/flask-jinja-tutorial/issues)
[![GitHub Stars](https://img.shields.io/github/stars/hackersandslackers/flask-jinja-tutorial.svg?style=flat-square&colorA=4c566a&logo=GitHub&colorB=ebcb8b)](https://github.com/hackersandslackers/flask-jinja-tutorial/stargazers)
[![GitHub Forks](https://img.shields.io/github/forks/hackersandslackers/flask-jinja-tutorial.svg?style=flat-square&colorA=4c566a&logo=GitHub&colorB=ebcb8b)](https://github.com/hackersandslackers/flask-jinja-tutorial/network)![Flask Jinja Tutorial](.github/img/[email protected])
Source code for the accompanying tutorial found here: [https://hackersandslackers.com/flask-jinja-templates/](https://hackersandslackers.com/flask-jinja-templates/)
## Installation
Get up and running with `make run`:
```shell
git clone https://github.com/hackersandslackers/flask-assets-tutorial.git
cd flask-assets-tutorial
make run
```-----
**Hackers and Slackers** tutorials are free of charge. If you found this tutorial helpful, a [small donation](https://www.buymeacoffee.com/hackersslackers) would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.