templates/base.html
changeset 12 a93eebabfeb1
child 45 ab8918e654ae
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/base.html	Thu Feb 04 22:12:48 2010 +0530
@@ -0,0 +1,7 @@
+<html>
+<head>
+    <title>{% block title %}PyTasks{% endblock %}</title>
+</head>
+<body>
+<h2><a href="/">PyTasks</a></h2><br />{% block content %}This is the default content{% endblock %}</body>
+</html>