templates/base.html
changeset 5 9a671f3eb24c
child 19 4911302379ac
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/base.html	Mon Apr 19 22:36:23 2010 +0530
@@ -0,0 +1,12 @@
+<html>
+<head>
+<title>
+{% block title %}
+{% endblock %}
+</title>
+</head>
+<body>
+{% block content %}
+{% endblock %}
+</body>
+</html>