diff -r 0ef76d42d4f4 -r 5daf523e20b4 templates/base.html
--- a/templates/base.html Fri Jan 07 13:36:20 2011 +0530
+++ b/templates/base.html Fri Jan 07 13:37:38 2011 +0530
@@ -2,11 +2,166 @@
{% block title %}PyTasks{% endblock %}
{% block js_script %} {% endblock %}
+
+
+
+
-{% block content %}
+
+
+
+
+ {% block content %}This is the default content{% endblock %}
+
+
-{% endblock %}
+