templates/base.html
author nishanth
Tue, 20 Apr 2010 09:29:40 +0530
changeset 10 7535305b1104
parent 5 9a671f3eb24c
child 19 4911302379ac
permissions -rw-r--r--
created list feedbacks page
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>