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

Flask Foundation

The unopinionated flask framework

Bootstrap

Bootstrap is the most popular css framework on the internet and handles the hard parts of css so you don't have to.

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.

{% endblock %}