Added base.htm;
authorNishanth Amuluru <nishanth@fossee.in>
Fri, 07 Jan 2011 09:38:48 +0530
changeset 255 2bca2008fbe3
parent 254 5c000bf6f241
child 256 718b7b0309f1
Added base.htm;
templates/base.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/base.html	Fri Jan 07 09:38:48 2011 +0530
@@ -0,0 +1,12 @@
+<html>
+<head>
+    <title>{% block title %}PyTasks{% endblock %}</title>
+    {% block js_script %} {% endblock %}
+</head>
+
+<body>
+{% block content %}
+<h2><a href="/">PyTasks</a></h2>
+{% endblock %}
+</body>
+</html>