{% extends "base.html" %} {% block title %}Home{% endblock %} {% block body %}
The unopinionated flask framework
While there are many other flask templates out there, far too many are either structured poorly or are tied down to a specific method of deployment, or both.
So Flask Foundation has a best practices setup with blueprints and SQLAlchemy models that will allow you to grow cleanly
Several flask extensions are included to handle the common tasks of web developers. The included extensions are flask-login, flask-assets, flask-WTF, flask-cache, flask-script, and flask-sqlalchemy.
Using the Makefile, you can easily setup your development environment with a few simple commands. With the power of flask-script you can create your own commands with the flask app context setup for you.
Example tests, built with py.test, are included in to demonstrate how to test a flask app.
The CSS Library Bootstrap is included, along with the Javascript libraries modernizr and jQuery.