templates/base.html
author nishanth
Mon, 19 Apr 2010 22:36:23 +0530
changeset 5 9a671f3eb24c
child 19 4911302379ac
permissions -rw-r--r--
created the add feedback functionality

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