flask-theme provides infrastructure for theming support in Flask applications. It takes care of: - loading themes - rendering templates from themes - serving static files like CSS and images from themes WWW: https://github.com/liuliqiang/flask-theme
7 lines
204 B
Plaintext
7 lines
204 B
Plaintext
flask-theme provides infrastructure for theming support in Flask
|
|
applications. It takes care of:
|
|
|
|
- loading themes
|
|
- rendering templates from themes
|
|
- serving static files like CSS and images from themes
|