From 4f4e9346ff5eda64baedb6197ca52cba22cb77a8 Mon Sep 17 00:00:00 2001 From: Hardik Ghaghada Date: Tue, 31 Jan 2012 18:18:26 +0530 Subject: updated base.html (for new look) --- testapp/templates/base.html | 64 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 62 insertions(+), 2 deletions(-) (limited to 'testapp/templates/base.html') diff --git a/testapp/templates/base.html b/testapp/templates/base.html index c2bbabb..54a2035 100644 --- a/testapp/templates/base.html +++ b/testapp/templates/base.html @@ -1,17 +1,76 @@ - +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + + {% block title %} {% endblock %} + {% block meta %} + + + {% endblock %} + + {% block css %} + {% endblock %} + {% block script %} {% endblock %} @@ -21,5 +80,6 @@ {% block content %} {% endblock %} + -- cgit