From 83b799d8b96416f5f8553b57699a27c63898b0bf Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 17 Aug 2012 19:26:55 -0700 Subject: [PATCH] Bootstrap in base template --- templates/base.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index 9624588..e6e3cd2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,12 +4,15 @@ {{ title }} - {% block extra_css %}{% endblock %} + + {% block head_css %}{% endblock %} {% block head_js %}{% endblock %} - +
+ {% block body %}{% endblock %} +
{% block body_js %}{% endblock %}