templates/base.html
author nishanth
Tue, 29 Jun 2010 11:38:04 +0530
changeset 59 0b57494e8b4e
parent 52 adab2d07981a
permissions -rw-r--r--
added the field topic to each question in xml file

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