# Flask Bootstrap **Repository Path**: mirrors/flask-bootstrap ## Basic Information - **Project Name**: Flask Bootstrap - **Description**: Ready-to-use Twitter-bootstrap for use in Flask. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-10-13 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README =============== Flask-Bootstrap =============== .. image:: https://travis-ci.org/mbr/flask-bootstrap.png?branch=master :target: https://travis-ci.org/mbr/flask-bootstrap 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.