Skip to content

neonoatmeal/flask-bootstrap

This branch is up to date with mbr/flask-bootstrap:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3e2695b · Dec 31, 2019
May 5, 2017
Feb 19, 2017
Jun 29, 2016
Jul 2, 2015
Jul 24, 2015
Jul 30, 2015
Sep 6, 2016
May 8, 2015
Dec 31, 2019
Jul 8, 2012
Mar 22, 2014
Feb 15, 2014
Jan 11, 2017
Jul 24, 2015

Repository files navigation

Flask-Bootstrap

https://travis-ci.org/mbr/flask-bootstrap.png?branch=master

Flask-Bootstrap packages Bootstrap into an extension that mostly consists of a blueprint named 'bootstrap'. It can also create links to serve Bootstrap from a CDN and works with no boilerplate code in your application.

Usage

Here is an example:

from flask_bootstrap import Bootstrap

[...]

Bootstrap(app)

This makes some new templates available, containing blank pages that include all bootstrap resources, and have predefined blocks where you can put your content.

As of version 3, Flask-Bootstrap has a proper documentation, which you can check for more details.

About

Ready-to-use Twitter-bootstrap for use in Flask.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.2%
  • HTML 41.6%
  • JavaScript 1.1%
  • CSS 0.1%