flask-bootstrap
flask-bootstrap copied to clipboard
Abandoned
Looks like this project is abandoned. Are there alternatives?
You could always manually add Bootstrap to your project.
If you use Jinja2 to render your templates you could add the bootstrap CDN to your "root" template:
They even provide a starter template which you could base your root template on.
Other options would be to start using frameworks like react/vue. There are plenty of options to add bootstrap to such kind of frameworks. But I expect you are not looking for a javascript framework.
https://github.com/greyli/bootstrap-flask maintained by a member of flask team(pallets) seems like a good alternative
Can we add an "Unmaintained" tag in the README to make sure people know the status?