templates/base.html
author nishanth
Tue, 20 Apr 2010 01:55:09 +0530
changeset 8 182e4a773ef2
parent 5 9a671f3eb24c
child 19 4911302379ac
permissions -rw-r--r--
added close and open feedback functionalities.

<html>
<head>
<title>
{% block title %}
{% endblock %}
</title>
</head>
<body>
{% block content %}
{% endblock %}
</body>
</html>