diff -r a9c458c7782a -r aea7e764c033 pytask/templates/base.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pytask/templates/base.html Fri Jan 29 19:27:26 2010 +0530 @@ -0,0 +1,7 @@ + + + {% block title %}PyTasks{% endblock %} + + +

PyTasks


{% block content %}This is the default content{% endblock %} +