From cdce435ee26c0ab91bfb2a6216cca03b3b1befbf Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 17 Aug 2012 18:11:49 -0700 Subject: [PATCH] Base template --- templates/base.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/base.html diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..9624588 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,16 @@ + + + + + {{ title }} + + {% block extra_css %}{% endblock %} + + {% block head_js %}{% endblock %} + + + + {% block body_js %}{% endblock %} + + +