diff --git a/templates/graph_base.html b/templates/graph_base.html new file mode 100644 index 0000000..3ff2730 --- /dev/null +++ b/templates/graph_base.html @@ -0,0 +1,19 @@ +{# vim: set ft=htmldjango #} +{% extends "base.html" %} + +{% block head_css %} + +{% endblock %} + +{% block container %} +{% include "navbar.html" %} +
+ {% block graph %}

PUT A GRAPH HERE

{% endblock %} +
+{% endblock container %}