Bootstrap-Flask is a collection of Jinja macros for Bootstrap and Flask. It helps you to render Flask-related data and objects to Bootstrap markup HTML more easily.
.. toctree:: :maxdepth: 2 basic macros migrate advanced examples
If you are looking for information on a specific function, class or method, this part of the documentation is for you.
.. toctree:: :maxdepth: 2 api
.. toctree:: :maxdepth: 2 changelog
We welcome all kinds of contributions. You can build the development environment locally with the following commands:
$ git clone git@github.com:helloflask/bootstrap-flask.git
$ cd bootstrap-flask
$ python3 -m venv venv
$ . venv/bin/activate
$ pip install -e .
$ pip install -r requirements/dev.txt
Run the tests with pytest:
$ pytest
Or run the full checks with tox:
$ tox
Maintainers:
See also the list of contributors who participated in this project.
This project is licensed under the MIT License (see the LICENSE
file for
details). Some macros were part of Flask-Bootstrap and were modified under
the terms of its BSD License.