base.html
changeset 14 cd6911eaac2c
parent 13 05248e27104a
child 15 b06f0fefbd20
--- a/base.html	Mon Apr 12 12:32:46 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-<html>
-<head>
-<title>
-{% block title %}
-Workshop App
-{% endblock %}
-</title></head>
-<body>
-{% block content %}
-{% endblock %}
-</body>
-</html>