{% extends "bootstrap/base.html" %} {% set active_page = "about" %} {% block head %} {{ super() }} {% endblock %} {% block title %}About{% endblock %} {% block content %} {% include "navbar.html" %}

About

About This Application

This application was created using Labeller, see https://github.com/mdbloice/Labeller for details.

Feature Requests and Bugs

Create an issue for any feature requests, bugs found, etc. here: https://github.com/mdbloice/Labeller/issues

{% include "footer.html" %} {% endblock %}