Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added Bootstrap-Flask #273

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/pages/04-web-development/03-flask.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,12 @@ ways to structure your code.
combines a Flask framework project structure with
[Webpack](https://webpack.js.org/), a module bundler frequently used
in the JavaScript world.

* [Bootstrap-Flask](https://github.com/helloflask/bootstrap-flask) is a
collection of Jinja macros for [Bootstrap](/bootstrap-css.html) 4 & 5 and
Flask. It helps rendering Flask-related data and objects to Bootstrap markup
HTML more easily. Check the [demo](http://bootstrapflaskdemo5.nsupdate.info/)
for the versions of Bootstrap it supports.


## Open source code for learning Flask
Expand Down
9 changes: 9 additions & 0 deletions content/pages/04-web-development/21-bootstrap.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ customized with my own CSS that I likely will never upgrade to Bootstrap 4
because there are no new features that I feel will be useful in my
specific situation.

In May 2021, Bootstrap 5 has been released. It has many improvements and
additions compared to version 4.


### Bootstrap resources
* [Getting Started with Bootstrap](https://realpython.com/blog/python/getting-started-with-bootstrap-3/)
Expand Down Expand Up @@ -68,3 +71,9 @@ specific situation.
([source code](https://github.com/react-bootstrap/react-bootstrap) replaces
the existing Bootstrap JavaScript with React components that do not
rely on jQuery.

* [Bootstrap-Flask](https://github.com/helloflask/bootstrap-flask) is a
collection of Jinja macros for Bootstrap 4 & 5 and [Flask](/flask.html). It
helps rendering Flask-related data and objects to Bootstrap markup HTML more
easily. Check the [demo](http://bootstrapflaskdemo5.nsupdate.info/) for the
versions of Bootstrap it supports.