mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 17:43:11 -04:00
Bootstrap 4 and 5 helper for Flask projects Bootstrap-Flask is a collection of Jinja macros for Bootstrap 4 & 5 and Flask. It helps you to render Flask-related data and objects to Bootstrap markup HTML more easily: - Render Flask-WTF/WTForms form object to Bootstrap Form. - Render data objects (dict or class objects) to Bootstrap Table. - Render Flask-SQLAlchemy Pagination object to Bootstrap Pagination. - etc. https://github.com/helloflask/bootstrap-flask
7 lines
379 B
Text
7 lines
379 B
Text
Bootstrap-Flask is a collection of Jinja macros for Bootstrap 4 & 5 and Flask.
|
|
It helps you to render Flask-related data and objects to Bootstrap markup HTML
|
|
more easily:
|
|
- Render Flask-WTF/WTForms form object to Bootstrap Form.
|
|
- Render data objects (dict or class objects) to Bootstrap Table.
|
|
- Render Flask-SQLAlchemy Pagination object to Bootstrap Pagination.
|
|
- etc.
|