{% raw %} {% extends "layout.html" %} {% block content %}
{% endraw %}

Welcome to {{ cookiecutter.project_name }}

{% raw %}

This is a starter Flask template. It includes Bootstrap 4, jQuery 3, Flask-SQLAlchemy, WTForms, and various testing utilities out of the box.

Learn more »

Bootstrap 4

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

Official website »

SQLAlchemy

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

Official website »

WTForms

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

Official website »

{% endblock %} {% endraw %}