Flask
- Micro web development framework
- Flask depends on the Jinja template engine and the Werkzeug WSGI toolkit.
Example
static/app.css
1 p{ text-align: center; }
static/app.js
templates/index.html
1 p{ text-align: center; }
Python/Flask (last edited 2026-03-28 15:34:25 by vitor)