{% extends "bootstrap/base.html" %} {% block title %} BSA App {% endblock %} {% block styles %} {{super()}} {% endblock %} {% block content %}

Bootstrap starter template

Use this document as a way to quickly start any new project.
All you get is this text and a mostly barebones HTML document.

{% endblock %}