{% raw %} {% extends "_layouts/base.html" %} {% block content %}
{% endraw %}

Welcome to {{ cookiecutter.project_name }}

{% raw %}

This is a starter Flask template. It includes the Twitter Bootstrap 3, jQuery 2, Flask-SQLAlchemy, WTForms, and nose out of the box.

Learn more »

Bootstrap 3

Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.

View details »

SQLAlchemy

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.

View details »

WTForms

WTForms is a flexible forms validation and rendering library for python web development.

View details »

{% endblock %} {% endraw %}