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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
9a671f3eb24c created the add feedback functionality
nishanth
parents:
diff changeset
     1
<html>
9a671f3eb24c created the add feedback functionality
nishanth
parents:
diff changeset
     2
<head>
9a671f3eb24c created the add feedback functionality
nishanth
parents:
diff changeset
     3
<title>
9a671f3eb24c created the add feedback functionality
nishanth
parents:
diff changeset
     4
{% block title %}
9a671f3eb24c created the add feedback functionality
nishanth
parents:
diff changeset
     5
{% endblock %}
9a671f3eb24c created the add feedback functionality
nishanth
parents:
diff changeset
     6
</title>
9a671f3eb24c created the add feedback functionality
nishanth
parents:
diff changeset
     7
</head>
9a671f3eb24c created the add feedback functionality
nishanth
parents:
diff changeset
     8
<body>
9a671f3eb24c created the add feedback functionality
nishanth
parents:
diff changeset
     9
{% block content %}
9a671f3eb24c created the add feedback functionality
nishanth
parents:
diff changeset
    10
{% endblock %}
9a671f3eb24c created the add feedback functionality
nishanth
parents:
diff changeset
    11
</body>
9a671f3eb24c created the add feedback functionality
nishanth
parents:
diff changeset
    12
</html>