diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..9ba69be --- /dev/null +++ b/templates/index.html @@ -0,0 +1,43 @@ +{% extends "bootstrap/base.html" %} + +{% block title %} + {{ TITLE }} +{% endblock %} + +{% block styles %} + {{ super() }} + + + +{% endblock %} + +{% block content %} +