diff -r 27cc6671193a -r b8b8337efbb8 pytask/templates/base.html --- a/pytask/templates/base.html Mon Jan 17 02:50:58 2011 +0530 +++ b/pytask/templates/base.html Mon Jan 17 02:51:55 2011 +0530 @@ -1,63 +1,64 @@ - {% block title %}PyTasks{% endblock %} - {% comment %}Load site wide CSS here. Additional styling must be - loaded in the block that follows{% endcomment %} - - - {% block css %} - {% endblock %} + + {% block title %}PyTasks{% endblock %} + + + {% comment %}Load site wide CSS here. Additional styling must be + loaded in the block that follows{% endcomment %} + + + + {% block css %} + {% endblock %} + + + {% comment %}Load site wide javascript here. Additional scripts must + be loaded in the block that follows{% endcomment %} - {% comment %}Load site wide javascript here. Additional scripts must - be loaded in the block that follows{% endcomment %} - - - {% block js %} - {% endblock %} + + + {% block js %} + {% endblock %} -{% load user_tags %} + + -
+
+
-
- -
-
- {% block content %}This is the default content{% endblock %} -
- -
-
+
+ {% include '_left_sidebar.html' %} + + {% block leftsidebar %} + {% comment %}Additional Left Sidebar elements go here{% endcomment %} + {% endblock leftsidebar %} +
+ +
+ {% block content %}This is the default content{% endblock content %} +
+ + + +
+