{% extends "base.html" %} {% block title %}Home{% endblock %} {% block body %}

Flask Foundation

The unopinionated flask framework

What's Included

MVC Structure

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

Flask Extensions

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.

Management Scripts

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.

Tests

Example tests, built with py.test, are included in to demonstrate how to test a flask app.

Common Libraries

The CSS Library Bootstrap is included, along with the Javascript libraries modernizr and jQuery.

{% endblock %}